MCOPOPFetchMessageOperation Class Reference
| Inherits from | MCOPOPOperation : MCOOperation : NSObject |
| Declared in | MCOPOPFetchMessageOperation.h MCOPOPFetchMessageOperation.mm |
Instance Methods
operationCompleted
This methods is called on the main thread when the asynchronous operation is finished. Needs to be overriden by subclasses.
- (void)operationCompletedDeclared In
MCOOperation.hstart:
Starts the asynchronous fetch operation.
- (void)start:(void ( ^ ) ( NSError *error , NSData *messageData ))completionBlockParameters
- completionBlock
Called when the operation is finished.
On success
errorwill be nil anddatawill contain the message dataOn failure,
errorwill be set withMCOErrorDomainas domain and an error code available in MCOConstants.h,datawill be nil
Declared In
MCOPOPFetchMessageOperation.h