RBImageRequestCompletionBlock Block Reference
Declared in | RBImageRequestOperation.h |
---|
Block Definition
RBImageRequestCompletionBlock
A block that is called when an image request has been completed.
typedef void (^RBImageRequestCompletionBlock) (RBImageResponse *__nonnull, response ), ; @interface, RBImageRequestOperation :, RBOperation @property, ( nonatomic, readonly ,, nonnull ), NSURLRequest *request, ; @property, ( nonatomic, readonly ,, nullable ), NetworkOperationBeganBlock beganReceivingResponseBlock, ; @property, ( nonatomic, readonly ,, nullable ), NetworkOperationProgressUpdateBlock progressUpdateBlock, ; @property, ( nonatomic, readonly ,, nullable ), RBImageRequestCompletionBlock responseCompletionBlock, ; @property, ( nonatomic, weak ,, readonly ,, nullable ), dispatch_queue_t imageProcessingQueue, ; -, ( nonnull, instancetype ), initWithRequest :, ( nonnull, NSURLRequest *), request imageProcessingQueue, : (, nonnull dispatch_queue_t, ) imageProcessingQueue, beganReceivingResponse :, ( nullable, NetworkOperationBeganBlock ), beganReceivingResponse progressUpdate, : (, nullable NetworkOperationProgressUpdateBlock, ) progressUpdate, completion :, ( nonnull, RBImageRequestCompletionBlock ), completion ;, @end )
Discussion
A block that is called when an image request has been completed.
Declared In
RBImageRequestOperation.h