GMTDDeliveryTaskManagerCompletionHandler

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:
taskThe created or updated delivery task. If the requests fails, is null.
errorThe error that occurs. If the request succeeds, is null.