ComposePreferences
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
ComposePreferences
core
/
com.michaelflisar.composepreferences.core.classes
/
PreferenceState
/
Item
Item
class
Item
(
val
id
:
Int
,
val
level
:
Int
,
val
type
:
PreferenceType
,
val
visible
:
Boolean
)
Members
Constructors
Item
Link copied to clipboard
constructor
(
id
:
Int
,
level
:
Int
,
type
:
PreferenceType
,
visible
:
Boolean
)
Properties
id
Link copied to clipboard
val
id
:
Int
level
Link copied to clipboard
val
level
:
Int
type
Link copied to clipboard
val
type
:
PreferenceType
visible
Link copied to clipboard
val
visible
:
Boolean