ResourceLoadProgress

open class ResourceLoadProgress : Serializable

Constructors

ResourceLoadProgress
Link copied to clipboard
open fun ResourceLoadProgress(bytes: Long, @Nullable totalBytes: Long)

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

bytes
Link copied to clipboard
private val bytes: Long
totalBytes
Link copied to clipboard
private val totalBytes: Long