共用方式為


INListRideOptionsIntentResponseCode 列舉

定義

列舉 的結果碼 INListRideOptionsIntent

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INListRideOptionsIntentResponseCode
type INListRideOptionsIntentResponseCode = 
繼承
INListRideOptionsIntentResponseCode
屬性

欄位

Failure 4

開發人員應該使用此程式碼來指出他們無法處理意圖。

FailurePreviousRideNeedsFeedback 10

開發人員應該使用此程式碼來指出失敗,因為先前的車程意見反應尚未完成。

FailureRequiringAppLaunch 5

開發人員應該使用此程式碼來指出他們無法處理意圖,而且必須在應用程式中完成進一步處理。

FailureRequiringAppLaunchMustVerifyCredentials 6

開發人員應該使用此程式碼來指出隨附應用程式必須驗證使用者的建立。

FailureRequiringAppLaunchNoServiceInArea 7

開發人員應該使用此程式碼來指出失敗,因為要求的區域中無法使用車程服務。

FailureRequiringAppLaunchPreviousRideNeedsCompletion 9

開發人員應該使用此程式碼來指出失敗,因為先前的車程尚未完成。

FailureRequiringAppLaunchServiceTemporarilyUnavailable 8

開發人員應該使用此程式碼來指出必要的服務暫時無法使用,且接續需要隨附應用程式。

InProgress 2

開發人員不應該使用此已被取代的欄位。

Ready 1

開發人員應該在確認階段傳回此專案,指出延伸模組處理意圖的能力。

Success 3

開發人員應該使用此回應碼來指出延伸模組已成功處理意圖。

Unspecified 0

表示未提供明確的回應碼。

適用於