HereSDKDemandCancellationReasonCategory
enum HereSDKDemandCancellationReasonCategory {}
The cancel reason category. Some reasons are relevant only to passenger cancellations, and some are relevant only to supplier cancellations.
-
Passenger cancellation, driver didn’t arrive.
Declaration
Objective-C
HereSDKDemandCancellationReasonCategoryDriverNoShowSwift
case driverNoShow = 0 -
Passenger cancellation, price changed.
Declaration
Objective-C
HereSDKDemandCancellationReasonCategoryPriceChangedSwift
case priceChanged = 1 -
Passenger cancellation, ETA changed.
Declaration
Objective-C
HereSDKDemandCancellationReasonCategoryEtaChangedSwift
case etaChanged = 2 -
Passenger cancellation, vehicle unsuitable for passenger’s needs.
Declaration
Objective-C
HereSDKDemandCancellationReasonCategoryUnsuitableVehicleSwift
case unsuitableVehicle = 3 -
Passenger cancellation, driver behaved inappropriately.
Declaration
Objective-C
HereSDKDemandCancellationReasonCategoryDriverBehavedInappropriatelySwift
case driverBehavedInappropriately = 4 -
Passenger cancellation, passenger plans changed.
Declaration
Objective-C
HereSDKDemandCancellationReasonCategoryChangedMyPlansSwift
case changedMyPlans = 5 -
Supplier cancellation. No drivers available.
Declaration
Objective-C
HereSDKDemandCancellationReasonCategoryDriversUnavailableSwift
case driversUnavailable = 6 -
Supplier cancellation. Passenger didn’t arrive.
Declaration
Objective-C
HereSDKDemandCancellationReasonCategoryPassengerNoShowSwift
case passengerNoShow = 7 -
Supplier cancellation. Passenger called the driver and asked to cancel the ride.
Declaration
Objective-C
HereSDKDemandCancellationReasonCategoryPassengerRequestedToCancelSwift
case passengerRequestedToCancel = 8 -
Supplier cancellation. Vehicle malfunction.
Declaration
Objective-C
HereSDKDemandCancellationReasonCategoryVehicleMalfunctionSwift
case vehicleMalfunction = 9 -
Supplier cancellation. Driver couldn’t arrive due to heavy traffic.
Declaration
Objective-C
HereSDKDemandCancellationReasonCategoryHeavyTrafficSwift
case heavyTraffic = 10 -
Other cancellation reason.
Declaration
Objective-C
HereSDKDemandCancellationReasonCategoryOtherSwift
case other = 11
HereSDKDemandCancellationReasonCategory Enumeration Reference