kmp-settings
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-settings
settings-core
/
io.github.mlmgames.settings.core.actions
/
ActionRegistry
/
register
register
fun
<
T
:
SettingAction
>
register
(
actionClass
:
KClass
<
T
>
,
handler
:
suspend
(
)
->
Unit
)
inline
fun
<
T
:
SettingAction
>
register
(
noinline
handler
:
suspend
(
)
->
Unit
)