OfflineRegionStatus

class OfflineRegionStatus : Serializable

A region's status includes its active/inactive state as well as counts of the number of resources that have completed downloading, their total size in bytes, and the total number of resources that are required. Note that the total required size in bytes is not currently available. A future API release may provide an estimate of this number.

Constructors

OfflineRegionStatus
Link copied to clipboard
open fun OfflineRegionStatus(@NonNull downloadState: OfflineRegionDownloadState, completedResourceCount: Long, completedResourceSize: Long, completedTileCount: Long, requiredTileCount: Long, completedTileSize: Long, requiredResourceCount: Long, requiredResourceCountIsPrecise: Boolean)

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

completedResourceCount
Link copied to clipboard
private val completedResourceCount: Long
completedResourceSize
Link copied to clipboard
private val completedResourceSize: Long
completedTileCount
Link copied to clipboard
private val completedTileCount: Long
completedTileSize
Link copied to clipboard
private val completedTileSize: Long
downloadState
Link copied to clipboard
private val downloadState: OfflineRegionDownloadState
requiredResourceCount
Link copied to clipboard
private val requiredResourceCount: Long
requiredResourceCountIsPrecise
Link copied to clipboard
private val requiredResourceCountIsPrecise: Boolean
requiredTileCount
Link copied to clipboard
private val requiredTileCount: Long