TaskState.Paused

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


Called any time the upload/download is paused.

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?> Paused(snapshot: T)

Public properties

T

Public constructors

Paused

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

Public properties

snapshot

val snapshot: T