HereSDKDemandCancellationInfoParty
enum HereSDKDemandCancellationInfoParty {}
The party responsible for the cancellation action.
-
Cancellation Party: Unknown
Declaration
Objective-C
HereSDKDemandCancellationInfoPartyUnknown = 0Swift
case unknown = 0 -
Cancellation Party: Demander
Declaration
Objective-C
HereSDKDemandCancellationInfoPartyDemander = 1Swift
case demander = 1 -
Cancellation Party: Supplier
Declaration
Objective-C
HereSDKDemandCancellationInfoPartySupplier = 2Swift
case supplier = 2
HereSDKDemandCancellationInfoParty Enumeration Reference