次の方法で共有


INIntentHandlingStatus 列挙型

定義

意図処理応答の状態を列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 0, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INIntentHandlingStatus
type INIntentHandlingStatus = 
継承
INIntentHandlingStatus
属性

フィールド

DeferredToApplication 5

開発者は、このコードを使用して、意図の処理をアプリで行う必要があることを示す必要があります。

Failure 4

開発者は、このコードを使用して、意図の処理に失敗したことを示す必要があります。

InProgress 2

開発者は、このコードを使用して、処理が完了していないことを示す必要があります。

Ready 1

開発者は、意図を処理する拡張機能の機能を示す確認フェーズ中にこれを返す必要があります。

Success 3

開発者は、この応答コードを使用して、拡張機能が意図を正常に処理したことを示す必要があります。

Unspecified 0

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

UserConfirmationRequired 6

適用対象