Aliucord
2.0.1
androidJvm
Aliucord
/
com.aliucord.settings
/
SettingsDelegate
Settings
Delegate
class
SettingsDelegate
<
T
>
(
defaultValue
:
T
,
settings
:
SettingsAPI
)
:
ReadWriteProperty
<
Any
,
T
>
Members
Constructors
Settings
Delegate
Link copied to clipboard
constructor
(
defaultValue
:
T
,
settings
:
SettingsAPI
)
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
open
operator override
fun
setValue
(
thisRef
:
Any
,
property
:
KProperty
<
*
>
,
value
:
T
)