Airship Android SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Airship Android SDK
urbanairship-preference-center-core
/
com.urbanairship.preferencecenter.data
/
CommonDisplay
Common
Display
data
class
CommonDisplay
(
val
name
:
String
?
=
null
,
val
description
:
String
?
=
null
)
(
source
)
Common display attributes.
Members
Constructors
Common
Display
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
description
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
?
name
Link copied to clipboard
val
name
:
String
?
Functions
is
Empty
Link copied to clipboard
fun
isEmpty
(
)
:
Boolean