GMTDDeliveryVehicleManagerCompletionHandler

GMTDDeliveryVehicleManagerCompletionHandler

Typedefs

typedef void(^ GMTDDeliveryVehicleManager::GMTDDeliveryVehicleManagerCompletionHandler )(GMTDDeliveryVehicle *_Nullable vehicle, NSError *_Nullable error)
 Completion handler type definition for the create and get vehicle operations.

Typedef Documentation

- (typedef void(^ GMTDDeliveryVehicleManagerCompletionHandler)(GMTDDeliveryVehicle *_Nullable vehicle, NSError *_Nullable error))

Completion handler type definition for the create and get vehicle operations.

Parameters:
vehicleThe created or retrieved delivery vehicle. If request fails, is null.
errorThe error that occurs. If request succeeds, is null.