INStartVideoCallIntentResponseCode Enum

Definition

Enumerates results codes for the 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 = 
Inheritance
INStartVideoCallIntentResponseCode
Attributes

Fields

ContinueInApp 2

Developers should use this code to indicate to the system that the intent needs further processing inside the app.

Failure 3

Developers should use this code to indicate that they failed to process the intent.

FailureAppConfigurationRequired 5

Developers should use this code to indicate that they failed to process the intent and further configuration must be done in the app before the intent can succeed.

FailureCallingServiceNotAvailable 6

Developers should use this code to indicate that they failed to process the intent because the calling service was not available.

FailureContactNotSupportedByApp 7

Developers should use this code to indicate that they failed to process the intent because the contact was not supported by the associated app.

FailureInvalidNumber 8

Developers should use this code to indicate that they failed to process the intent because the number was not valid.

FailureRequiringAppLaunch 4

Developers should use this code to indicate that they failed to process the intent and further processing must be done in the app.

Ready 1

Developers should return this during the confirmation phase, indicating the extension's ability to handle the intent.

Unspecified 0

Indicates that no explicit response code was provided.

Applies to