INCancelRideIntentResponseCode Enum

Definition

Enumerates results codes for the INCancelRideIntent.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INCancelRideIntentResponseCode
type INCancelRideIntentResponseCode = 
Inheritance
INCancelRideIntentResponseCode
Attributes

Fields

Failure 3

Developers should use this code to indicate that they failed to process the intent.

Ready 1

Developers should return this during the confirmation phase, indicating the extension's ability to handle the intent.

Success 2

Developers should use this response code to indicate that the extension successfully processed the intent.

Unspecified 0

Indicates that no explicit response code was provided.

Applies to