次の方法で共有


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

明示的な応答コードが指定されていないことを示します。

適用対象