toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-preference-center
/
com.urbanairship.preferencecenter.data
/
Section
/
SectionBreak
Section
Break
data
class
SectionBreak
(
val
id
:
String
,
val
display
:
CommonDisplay
,
val
conditions
:
Conditions
)
:
Section
Labeled section break.
Members
Constructors
Section
Break
Link copied to clipboard
constructor
(
id
:
String
,
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
>