GMTDVehicleReporterStopCompletionHandler

GMTDVehicleReporterStopCompletionHandler

Typedefs

typedef void(^ GMTDDeliveryVehicleReporter::GMTDVehicleReporterStopCompletionHandler )(NSArray< GMTDVehicleStop * > *_Nullable stops, NSError *_Nullable error)
 Handler for updating stops via the GMTDDeliveryVehicleReporter.

Typedef Documentation

- (typedef void(^ GMTDVehicleReporterStopCompletionHandler)(NSArray< GMTDVehicleStop * > *_Nullable stops, NSError *_Nullable error))

Handler for updating stops via the GMTDDeliveryVehicleReporter.

Parameters:
stopsThe updated stops.
errorThe error that occurs if any.