Airship Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Airship Android SDK
urbanairship-preference-center
/
com.urbanairship.preferencecenter.data
/
Item
/
ContactManagement
/
PromptDisplay
Prompt
Display
data
class
PromptDisplay
(
val
title
:
String
,
val
description
:
String
?
,
val
footer
:
String
?
)
Members
Constructors
Prompt
Display
Link copied to clipboard
constructor
(
title
:
String
,
description
:
String
?
,
footer
:
String
?
)
Properties
description
Link copied to clipboard
val
description
:
String
?
footer
Link copied to clipboard
val
footer
:
String
?
title
Link copied to clipboard
val
title
:
String
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
JsonMap