BackupKit
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
BackupKit
BackupKit
/
com.vocabloot.backupkit
/
SyncOutcome
Sync
Outcome
sealed
interface
SyncOutcome
(
source
)
Inheritors
Synced
Unavailable
Failed
Members
Types
Failed
Link copied to clipboard
data
class
Failed
(
val
error
:
CloudError
,
val
cause
:
Throwable
)
:
SyncOutcome
Synced
Link copied to clipboard
data
class
Synced
(
val
entryCount
:
Int
)
:
SyncOutcome
entryCount
is the number of non-marker entries present in the snapshot.
Unavailable
Link copied to clipboard
data
class
Unavailable
(
val
reason
:
UnavailableReason
)
:
SyncOutcome