GoogleRidesharingDriver Framework Reference

  • GMTDDeliveryTaskManager manages the creation and updating of tasks.

  • The GMTDDeliveryTaskManager object cannot be directly initialized and must be obtained from the deliveryTaskManager property of the GMTDDeliveryDriverAPI object.

  • Tasks are updated using the updateTaskWithRequest:completion: method, which requires a GMTDUpdateDeliveryTaskRequest and a completion handler.

  • New tasks are created using the createTaskWithRequest:completion: method, requiring a GMTDCreateDeliveryTaskRequest and a completion handler.

GMTDDeliveryTaskManager

@interface GMTDDeliveryTaskManager : NSObject

Object that manages task creation and updates.