Partial

data class Partial(val downloaded: Int, val pending: List<String>) : RestoreOutcome(source)

Every required file is local; pending optional files are not (yet).

Constructors

Link copied to clipboard
constructor(downloaded: Int, pending: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard