Hermes
Toggle table of contents
0.3.4
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Hermes
ftc
/
gay.zharel.hermes.tuning
/
PersistentConfigDelegate
Persistent
Config
Delegate
class
PersistentConfigDelegate
<
T
>
(
val
keyName
:
String
,
val
defaultValue
:
T
,
val
config
:
PersistentConfig
)
Members
Constructors
Persistent
Config
Delegate
Link copied to clipboard
constructor
(
keyName
:
String
,
defaultValue
:
T
,
config
:
PersistentConfig
)
Properties
config
Link copied to clipboard
val
config
:
PersistentConfig
default
Value
Link copied to clipboard
val
defaultValue
:
T
key
Name
Link copied to clipboard
val
keyName
:
String
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
ref
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
operator
fun
setValue
(
ref
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
T
)