INBookRestaurantReservationIntentCode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉 的結果 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 | 開發人員應該使用此回應碼來指出延伸模組已成功處理意圖。 |