INIntentHandlingStatus Enum

Definition

Enumerates the state of an intent handling response.

[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 = 
Inheritance
INIntentHandlingStatus
Attributes

Fields

DeferredToApplication 5

Developers should use this code to indicate that processing of the intent should be done in the app.

Failure 4

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

InProgress 2

Developers should use this code to indicate they have not finished processing.

Ready 1

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

Success 3

Developers should use this response code to indicate that the extension successfully processed the intent.

Unspecified 0

Indicates that no explicit response code was provided.

UserConfirmationRequired 6

Applies to