Offline Region Status
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)
Content copied to clipboard
Functions
Properties
completedResourceCount
Link copied to clipboard
completedResourceSize
Link copied to clipboard
completedTileCount
Link copied to clipboard
completedTileSize
Link copied to clipboard
downloadState
Link copied to clipboard
requiredResourceCount
Link copied to clipboard
requiredResourceCountIsPrecise
Link copied to clipboard
requiredTileCount
Link copied to clipboard