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
/
MigrationResult
/
Success
Success
data
class
Success
(
val
fromVersion
:
Int
,
val
toVersion
:
Int
,
val
migrationsApplied
:
Int
)
:
MigrationResult
Members
Constructors
Success
Link copied to clipboard
constructor
(
fromVersion
:
Int
,
toVersion
:
Int
,
migrationsApplied
:
Int
)
Properties
from
Version
Link copied to clipboard
val
fromVersion
:
Int
migrations
Applied
Link copied to clipboard
val
migrationsApplied
:
Int
to
Version
Link copied to clipboard
val
toVersion
:
Int