|
LuxChat
2.0
Instant messenger for iOS
|
#import <FIRTransactionResult.h>
Class Methods | |
| (FIRTransactionResult *) | + successWithValue: |
| (FIRTransactionResult *) | + abort |
Used for runTransactionBlock:. An FIRTransactionResult instance is a container for the results of the transaction.
| + (FIRTransactionResult *) abort |
Used for runTransactionBlock:. Indicates that the current transaction should no longer proceed.
| + (FIRTransactionResult *) successWithValue: | (FIRMutableData *) | value |
Used for runTransactionBlock:. Indicates that the new value should be saved at this location
| value | A FIRMutableData instance containing the new value to be set |
1.8.9.1