共用方式為


INSendRideFeedbackIntentResponseCode 列舉

定義

列舉 的結果碼 INSendRideFeedbackIntent

[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 INSendRideFeedbackIntentResponseCode
type INSendRideFeedbackIntentResponseCode = 
繼承
INSendRideFeedbackIntentResponseCode
屬性

欄位

Failure 3

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

Ready 1

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

Success 2

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

Unspecified 0

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

適用於