FirebaseStorage Framework Reference

Protocols

The following protocols are available globally.

  • Defines task operations such as pause, resume, cancel, and enqueue for all tasks.

    All tasks are required to implement enqueue, which begins the task, and may optionally implement pause, resume, and cancel, which operate on the task to pause, resume, and cancel operations.

    Declaration

    Swift

    @objc(FIRStorageTaskManagement)publicprotocolStorageTaskManagement:NSObjectProtocol

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-02-06 UTC.