IMPORTANT: In July 2025, we stopped releasing new versions of KTX modules, and we removed the KTX libraries from the Firebase Android BoM (v34.0.0). If you use KTX APIs from the previously released 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-21 UTC."],[],[],null,["# TaskState.Paused\n================\n\n\n```\npublic final class TaskState.Paused\u003cT extends Object\u003e extends TaskState\n```\n\n\u003cbr /\u003e\n\n|---|---|----------------------------------------------------------------------------------------------------------------------|\n| [java.lang.Object](https://developer.android.com/reference/kotlin/java/lang/Object.html) |||\n| ↳ | [com.google.firebase.storage.TaskState](/docs/reference/android/com/google/firebase/storage/TaskState) ||\n| | ↳ | [com.google.firebase.storage.TaskState.Paused](/docs/reference/android/com/google/firebase/storage/TaskState.Paused) |\n\n*** ** * ** ***\n\nCalled any time the upload/download is paused.\n\nSummary\n-------\n\n| ### Public fields |\n|---------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|\n| `final @`[NonNull](https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html)` T` | [snapshot](/docs/reference/android/com/google/firebase/storage/TaskState.Paused#snapshot()) |\n\n| ### Public constructors |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `\u003cT extends `[Object](https://developer.android.com/reference/kotlin/java/lang/Object.html)`\u003e `[Paused](/docs/reference/android/com/google/firebase/storage/TaskState.Paused#Paused(kotlin.Any))`(@`[NonNull](https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html)` T snapshot)` |\n\nPublic fields\n-------------\n\n### snapshot\n\n```\npublic final @NonNull T snapshot\n``` \n\nPublic constructors\n-------------------\n\n### Paused\n\n```\npublic \u003cT extends Object\u003e Paused(@NonNull T snapshot)\n```"]]