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
/
ValidationResult
Validation
Result
data
class
ValidationResult
(
val
isValid
:
Boolean
,
val
settingsCount
:
Int
,
val
schemaVersion
:
Int
,
val
exportedAt
:
Long
,
val
issues
:
List
<
String
>
,
val
deviceInfo
:
DeviceInfo
?
=
null
)
Members
Constructors
Validation
Result
Link copied to clipboard
constructor
(
isValid
:
Boolean
,
settingsCount
:
Int
,
schemaVersion
:
Int
,
exportedAt
:
Long
,
issues
:
List
<
String
>
,
deviceInfo
:
DeviceInfo
?
=
null
)
Properties
device
Info
Link copied to clipboard
val
deviceInfo
:
DeviceInfo
?
exported
At
Link copied to clipboard
val
exportedAt
:
Long
issues
Link copied to clipboard
val
issues
:
List
<
String
>
is
Valid
Link copied to clipboard
val
isValid
:
Boolean
schema
Version
Link copied to clipboard
val
schemaVersion
:
Int
settings
Count
Link copied to clipboard
val
settingsCount
:
Int