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
/
RestoreOutcome
/
Partial
Partial
data
class
Partial
(
val
downloaded
:
Int
,
val
pending
:
List
<
String
>
)
:
RestoreOutcome
(
source
)
Every required file is local;
pending
optional files are not (yet).
Members
Constructors
Partial
Link copied to clipboard
constructor
(
downloaded
:
Int
,
pending
:
List
<
String
>
)
Properties
downloaded
Link copied to clipboard
val
downloaded
:
Int
pending
Link copied to clipboard
val
pending
:
List
<
String
>