共用方式為


INSetMessageAttributeIntentResponseCode 列舉

定義

列舉 的結果碼 INSetMessageAttributeIntent

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

欄位

Failure 4

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

FailureMessageAttributeNotSet 7

開發人員應該使用此程式碼來指出他們無法設定要求的屬性。

FailureMessageNotFound 6

開發人員應該使用此程式碼來指出他們找不到要求的訊息。

FailureRequiringAppLaunch 5

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

InProgress 2

開發人員應該使用此程式碼來指出他們尚未完成處理。

Ready 1

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

Success 3

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

Unspecified 0

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

適用於