次の方法で共有


INBookRestaurantReservationIntentCode 列挙型

定義

の結果を列挙します INBookRestaurantReservationIntent

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INBookRestaurantReservationIntentCode
type INBookRestaurantReservationIntentCode = 
継承
INBookRestaurantReservationIntentCode
属性

フィールド

Denied 1

処理は完了しましたが、予約は行われませんでした。

Failure 2

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

FailureRequiringAppLaunch 3

開発者は、このコードを使用して、意図を処理できなかったことを示し、アプリでそれ以上の処理を行う必要があります。

FailureRequiringAppLaunchMustVerifyCredentials 4

開発者は、このコードを使用して、コンパニオン アプリがユーザーの折り目を検証する必要があることを示す必要があります。

FailureRequiringAppLaunchServiceTemporarilyUnavailable 5

開発者は、このコードを使用して、必要なサービスが一時的に使用できず、継続にコンパニオン アプリが必要であることを示す必要があります。

Success 0

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

適用対象