GMTDDeliveryTaskManagerCompletionHandler
Typedefs | |
typedef void(^ | GMTDDeliveryTaskManagerCompletionHandler )(GMTDDeliveryTask *_Nullable task, NSError *_Nullable error) |
Completion handler type definition for the create and update task operations. |
Typedef Documentation
typedef void(^ GMTDDeliveryTaskManagerCompletionHandler)(GMTDDeliveryTask *_Nullable task, NSError *_Nullable error) |
Completion handler type definition for the create and update task operations.
- Parameters:
-
task The created or updated delivery task. If the requests fails, is null. error The error that occurs. If the request succeeds, is null.