共用方式為


INStartVideoCallIntentResponseCode 列舉

定義

列舉 的結果碼 INStartVideoCallIntent

[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 INStartVideoCallIntentResponseCode
type INStartVideoCallIntentResponseCode = 
繼承
INStartVideoCallIntentResponseCode
屬性

欄位

ContinueInApp 2

開發人員應該使用此程式碼向系統指出意圖需要在應用程式內進一步處理。

Failure 3

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

FailureAppConfigurationRequired 5

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

FailureCallingServiceNotAvailable 6

開發人員應該使用此程式碼來指出他們無法處理意圖,因為呼叫服務無法使用。

FailureContactNotSupportedByApp 7

開發人員應該使用此程式碼來指出他們無法處理意圖,因為相關聯的應用程式不支援連絡人。

FailureInvalidNumber 8

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

FailureRequiringAppLaunch 4

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

Ready 1

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

Unspecified 0

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

適用於