FirebaseStorage Framework Reference

FIRStorageTask

@interfaceFIRStorageTask:NSObject

A superclass to all Storage tasks, includingStorageUploadTaskandStorageDownloadTask, to provide state transitions, event raising, and common storagefor metadata and errors.Callbacks are always fired on the developer-specified callback queue.If no queue is specified, it defaults to the main queue.This class is thread-safe.

  • An immutable view of the task and associated metadata, progress, error, etc.

    Declaration

    Objective-C

    @property(nonatomic,strong,readonly)FIRStorageTaskSnapshot*_Nonnullsnapshot;
  • Undocumented

    Declaration

    Objective-C

    -(nonnullinstancetype)initSWIFT_UNAVAILABLE;
  • Undocumented

    Declaration

    Objective-C

    +(nonnullinstancetype)newSWIFT_UNAVAILABLE_MSG("-init is unavailable");

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 2023-08-23 UTC.