TaskState.InProgress

class TaskState.InProgress<T : Any?> : TaskState


Called periodically as data is transferred and can be used to populate an upload/download indicator.

Deprecation Notice: The Kotlin extensions (KTX) APIs have been added to their respective main modules, and the Kotlin extension (KTX) APIs in com.google.firebase.firebase-storage-ktx are now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the FAQ about this initiative.

Summary

Public constructors

<T : Any?> InProgress(snapshot: T)

Public properties

T

Public constructors

InProgress

<T : Any?> InProgress(snapshot: T)

Public properties

snapshot

val snapshot: T