GoogleRidesharingDriver Framework Reference

  • GMTDUpdateDeliveryTaskRequest is an immutable object used to request updates to a delivery task.

  • The initWithTaskID:taskOutcome:taskOutcomeTimestamp: method initializes the object with the task's ID, outcome, and the timestamp of the outcome.

  • The taskID, taskOutcome, and outcomeTimestamp properties provide read-only access to the task's ID, outcome, and the time the outcome occurred, respectively.

  • The init method is unavailable, and users are recommended to use initWithTaskID:taskOutcome:taskOutcomeTimestamp: instead.

GMTDUpdateDeliveryTaskRequest

@interface GMTDUpdateDeliveryTaskRequest : GMTSImmutableData

An immutable object representing a request to update a delivery task.