LuxChat  2.0
Instant messenger for iOS
Instance Methods | List of all members
<FIRStorageTaskManagement> Protocol Reference

#import <FIRStorageTask.h>

Inheritance diagram for <FIRStorageTaskManagement>:
FIRStorageDownloadTask FIRStorageUploadTask

Instance Methods

(void) - enqueue
 
(void) - pause
 
(void) - cancel
 
(void) - resume
 

Detailed Description

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.

Method Documentation

- (void) cancel
optional

Cancels a task currently in progress.

- (void) enqueue
required

Prepares a task and begins execution.

- (void) pause
optional

Pauses a task currently in progress.

- (void) resume
optional

Resumes a task that is paused.


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