LuxChat  2.0
Instant messenger for iOS
Properties | List of all members
FIRStorageTask Class Reference

#import <FIRStorageTask.h>

Inheritance diagram for FIRStorageTask:
FIRStorageObservableTask FIRStorageDownloadTask FIRStorageUploadTask

Properties

FIRStorageTaskSnapshotsnapshot
 

Detailed Description

A superclass to all FIRStorage*Tasks, including FIRStorageUploadTask and FIRStorageDownloadTask, to provide state transitions, event raising, and common storage or metadata and errors. Callbacks are always fired on the developer specified callback queue. If no queue is specified by the developer, it defaults to the main queue. Currently not thread safe, so only call methods on the main thread.

Property Documentation

- (FIRStorageTaskSnapshot*) snapshot
readnonatomicstrong

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


The documentation for this class was generated from the following file: