次の方法で共有


INGetCarLockStatusIntentResponseCode 列挙型

定義

の結果を INGetCarLockStatusIntent列挙します。

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

フィールド

Failure 4

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

FailureRequiringAppLaunch 5

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

InProgress 2

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

Ready 1

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

Success 3

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

Unspecified 0

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

適用対象