GoogleRidesharingDriver Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMTDDeliveryTaskManagerCompletionHandler
typedef void (^GMTDDeliveryTaskManagerCompletionHandler)(
GMTDDeliveryTask *_Nullable, NSError *_Nullable)
Completion handler type definition for the create and update task operations.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMTDDeliveryTaskManagerCompletionHandler\u003c/code\u003e is a typedef for a completion handler used in task operations.\u003c/p\u003e\n"],["\u003cp\u003eThis handler is used when creating or updating delivery tasks.\u003c/p\u003e\n"],["\u003cp\u003eThe handler provides a \u003ccode\u003eGMTDDeliveryTask\u003c/code\u003e object, which can be null, and an \u003ccode\u003eNSError\u003c/code\u003e object, which can also be null, to signal the result of the operation.\u003c/p\u003e\n"]]],[],null,["# GoogleRidesharingDriver Framework Reference\n\nGMTDDeliveryTaskManagerCompletionHandler\n========================================\n\n typedef void (^GMTDDeliveryTaskManagerCompletionHandler)(\n ../Classes/GMTDDeliveryTask.html *_Nullable, NSError *_Nullable)\n\nCompletion handler type definition for the create and update task operations."]]