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.backup
/
SettingsBundle
Settings
Bundle
@
Serializable
data
class
SettingsBundle
(
val
formatVersion
:
Int
=
CURRENT_FORMAT_VERSION
,
val
schemaVersion
:
Int
,
val
appId
:
String
,
val
exportedAt
:
Long
,
val
deviceInfo
:
DeviceInfo
?
=
null
,
val
settings
:
Map
<
String
,
String
>
,
val
checksum
:
String
)
Members
Constructors
Settings
Bundle
Link copied to clipboard
constructor
(
formatVersion
:
Int
=
CURRENT_FORMAT_VERSION
,
schemaVersion
:
Int
,
appId
:
String
,
exportedAt
:
Long
,
deviceInfo
:
DeviceInfo
?
=
null
,
settings
:
Map
<
String
,
String
>
,
checksum
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
app
Id
Link copied to clipboard
val
appId
:
String
checksum
Link copied to clipboard
val
checksum
:
String
device
Info
Link copied to clipboard
val
deviceInfo
:
DeviceInfo
?
exported
At
Link copied to clipboard
val
exportedAt
:
Long
format
Version
Link copied to clipboard
val
formatVersion
:
Int
schema
Version
Link copied to clipboard
val
schemaVersion
:
Int
settings
Link copied to clipboard
val
settings
:
Map
<
String
,
String
>