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
/
ImportResult
/
Success
Success
data
class
Success
(
val
appliedCount
:
Int
,
val
skippedCount
:
Int
,
val
errors
:
List
<
Pair
<
String
,
String
>
>
)
:
ImportResult
Members
Constructors
Success
Link copied to clipboard
constructor
(
appliedCount
:
Int
,
skippedCount
:
Int
,
errors
:
List
<
Pair
<
String
,
String
>
>
)
Properties
applied
Count
Link copied to clipboard
val
appliedCount
:
Int
errors
Link copied to clipboard
val
errors
:
List
<
Pair
<
String
,
String
>
>
skipped
Count
Link copied to clipboard
val
skippedCount
:
Int