LoadBundleTaskProgress

class LoadBundleTaskProgress


Represents a progress update or a final state from loading bundles.

Summary

Nested types

Represents the state of bundle loading tasks.

Public functions

Boolean
equals(o: Any!)
Int

Public functions

equals

fun equals(o: Any!): Boolean

hashCode

fun hashCode(): Int

Public properties

bytesLoaded

val bytesLoaded: Long

documentsLoaded

val documentsLoaded: Int

exception

val exception: Exception?

totalBytes

val totalBytes: Long

totalDocuments

val totalDocuments: Int