Partager via


INCancelRideIntentResponseCode Énumération

Définition

Énumère les codes de résultats pour .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 = 
Héritage
INCancelRideIntentResponseCode
Attributs

Champs

Failure 3

Les développeurs doivent utiliser ce code pour indiquer qu’ils n’ont pas pu traiter l’intention.

Ready 1

Les développeurs doivent le retourner pendant la phase de confirmation, indiquant la capacité de l’extension à gérer l’intention.

Success 2

Les développeurs doivent utiliser ce code de réponse pour indiquer que l’extension a correctement traité l’intention.

Unspecified 0

Indique qu’aucun code de réponse explicite n’a été fourni.

S’applique à