toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-preference-center
/
com.urbanairship.preferencecenter.data
/
Section
/
Common
Common
data
class
Common
(
val
id
:
String
,
val
items
:
List
<
Item
>
,
val
display
:
CommonDisplay
,
val
conditions
:
Conditions
)
:
Section
Common preference section.
Members
Constructors
Common
Link copied to clipboard
constructor
(
id
:
String
,
items
:
List
<
Item
>
,
display
:
CommonDisplay
,
conditions
:
Conditions
)
Properties
conditions
Link copied to clipboard
open
override
val
conditions
:
Conditions
display
Link copied to clipboard
open
override
val
display
:
CommonDisplay
id
Link copied to clipboard
open
override
val
id
:
String
items
Link copied to clipboard
open
override
val
items
:
List
<
Item
>