kmp-settings
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-settings
settings-ui-compose
/
io.github.mlmgames.settings.ui
/
CategoryConfig
Category
Config
data
class
CategoryConfig
(
val
categoryClass
:
KClass
<
*
>
,
val
title
:
String
,
val
titleRes
:
Int
=
0
)
Configuration for category display.
Members
Constructors
Category
Config
Link copied to clipboard
constructor
(
categoryClass
:
KClass
<
*
>
,
title
:
String
,
titleRes
:
Int
=
0
)
Properties
category
Class
Link copied to clipboard
val
categoryClass
:
KClass
<
*
>
title
Link copied to clipboard
val
title
:
String
title
Res
Link copied to clipboard
val
titleRes
:
Int