app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.screens.home.home
/
Section
Section
data
class
Section
(
val
textId
:
Int
,
val
type
:
SectionType
,
val
skipTalkback
:
Boolean
=
false
,
val
markdown
:
Boolean
=
false
,
val
faqAnswer
:
Int
=
-1
)
Members
Constructors
Section
Link copied to clipboard
constructor
(
textId
:
Int
,
type
:
SectionType
,
skipTalkback
:
Boolean
=
false
,
markdown
:
Boolean
=
false
,
faqAnswer
:
Int
=
-1
)
Properties
faq
Answer
Link copied to clipboard
val
faqAnswer
:
Int
markdown
Link copied to clipboard
val
markdown
:
Boolean
=
false
skip
Talkback
Link copied to clipboard
val
skipTalkback
:
Boolean
=
false
text
Id
Link copied to clipboard
val
textId
:
Int
type
Link copied to clipboard
val
type
:
SectionType