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
/
RestoreProgress
Restore
Progress
data
class
RestoreProgress
(
val
filesDone
:
Int
,
val
filesTotal
:
Int
,
val
groupsDone
:
Int
,
val
groupsTotal
:
Int
)
(
source
)
Progress in files and in the app's own unit, its groups.
Members
Constructors
Restore
Progress
Link copied to clipboard
constructor
(
filesDone
:
Int
,
filesTotal
:
Int
,
groupsDone
:
Int
,
groupsTotal
:
Int
)
Properties
files
Done
Link copied to clipboard
val
filesDone
:
Int
files
Total
Link copied to clipboard
val
filesTotal
:
Int
groups
Done
Link copied to clipboard
val
groupsDone
:
Int
groups
Total
Link copied to clipboard
val
groupsTotal
:
Int