StylePackLoadProgress

A `style pack load` progress includes information about the number of resources that have completed downloading and the total number of resources that are required.

Constructors

Link copied to clipboard
open fun StylePackLoadProgress(    completedResourceCount: Long,     completedResourceSize: Long,     erroredResourceCount: Long,     requiredResourceCount: Long,     loadedResourceCount: Long,     loadedResourceSize: Long)

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