PreferenceSection
object PreferenceSection
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface ExpandState
Link copied to clipboard
class SharedExpandableState(val id: Int, val state: PreferenceSection.SharedExpandState) : PreferenceSection.ExpandState
Link copied to clipboard
class SharedExpandState(val expanded: SnapshotStateList<Int>, val expandSingleOnly: MutableState<Boolean>, val toggleExpand: (id: Int) -> Unit)