次の方法で共有


INCancelRideIntentResponseCode 列挙型

定義

の結果コードを列挙します 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 = 
継承
INCancelRideIntentResponseCode
属性

フィールド

Failure 3

開発者は、このコードを使用して、意図の処理に失敗したことを示す必要があります。

Ready 1

開発者は、意図を処理する拡張機能の機能を示す確認フェーズ中にこれを返す必要があります。

Success 2

開発者は、拡張機能が意図を正常に処理したことを示すために、この応答コードを使用する必要があります。

Unspecified 0

明示的な応答コードが指定されていないことを示します。

適用対象