TaskState.Paused

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


Called any time the upload/download is paused.

Important In July 2025, we stopped releasing KTX modules and removed the KTX libraries from the Firebase Android BoM (v34.0.0). If you use KTX APIs from the KTX modules, we recommend that you migrate your app to use KTX APIs from the main modules instead. 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