InProgress

data class InProgress(val completed: Int, val total: Int) : TerrainDownloadState(source)

Constructors

Link copied to clipboard
constructor(completed: Int, total: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val total: Int