LuxChat  2.0
Instant messenger for iOS
Class Methods | List of all members
FIRTransactionResult Class Reference

#import <FIRTransactionResult.h>

Inheritance diagram for FIRTransactionResult:

Class Methods

(FIRTransactionResult *) + successWithValue:
 
(FIRTransactionResult *) + abort
 

Detailed Description

Used for runTransactionBlock:. An FIRTransactionResult instance is a container for the results of the transaction.

Method Documentation

+ (FIRTransactionResult *) abort

Used for runTransactionBlock:. Indicates that the current transaction should no longer proceed.

Returns
An FIRTransactionResult instance that can be used as a return value from the block given to runTransactionBlock:
+ (FIRTransactionResult *) successWithValue: (FIRMutableData *)  value

Used for runTransactionBlock:. Indicates that the new value should be saved at this location

Parameters
valueA FIRMutableData instance containing the new value to be set
Returns
An FIRTransactionResult instance that can be used as a return value from the block given to runTransactionBlock:

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