Package-level declarations
Types
Link copied to clipboard
Common display attributes.
Link copied to clipboard
data class IconDisplay(val icon: String? = null, val name: String? = null, val description: String? = null)
Icon display attributes.
Link copied to clipboard
data class PreferenceCenterConfig(val id: String, val sections: List<Section>, val display: CommonDisplay, val options: Options? = null)
Preference Center Configuration.