次の方法で共有


INSetDefrosterSettingsInCarIntentResponseCode 列挙型

定義

の結果コードを列挙します INSetDefrosterSettingsInCarIntentResponseCode

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INSetDefrosterSettingsInCarIntentResponseCode
type INSetDefrosterSettingsInCarIntentResponseCode = 
継承
INSetDefrosterSettingsInCarIntentResponseCode
属性

フィールド

Failure 4

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

FailureRequiringAppLaunch 5

開発者はこのコードを使用して、意図を処理できなかったことを示し、アプリでさらに処理を行う必要があります。

InProgress 2

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

Ready 1

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

Success 3

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

Unspecified 0

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

適用対象