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.managers
/
SettingChange
Setting
Change
data
class
SettingChange
(
val
fieldName
:
String
,
val
oldValue
:
Any
?
,
val
newValue
:
Any
?
,
val
timestamp
:
Long
=
Clock.System.now().toEpochMilliseconds()
)
Members
Constructors
Setting
Change
Link copied to clipboard
constructor
(
fieldName
:
String
,
oldValue
:
Any
?
,
newValue
:
Any
?
,
timestamp
:
Long
=
Clock.System.now().toEpochMilliseconds()
)
Properties
field
Name
Link copied to clipboard
val
fieldName
:
String
new
Value
Link copied to clipboard
val
newValue
:
Any
?
old
Value
Link copied to clipboard
val
oldValue
:
Any
?
timestamp
Link copied to clipboard
val
timestamp
:
Long