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

开发人员应使用此响应代码来指示扩展已成功处理意向。

适用于