OfflineRegionStatus

Deprecated

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

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

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard