toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
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