Share via


INCancelWorkoutIntentResponseCode Enum

Definition

Enumerates results codes for the INCancelWorkoutIntent.

[ObjCRuntime.Native]
public enum INCancelWorkoutIntentResponseCode
[<ObjCRuntime.Native>]
type INCancelWorkoutIntentResponseCode = 
Inheritance
INCancelWorkoutIntentResponseCode
Attributes

Fields

Name Value Description
Unspecified 0

Indicates that no explicit response code was provided.

Ready 1

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

ContinueInApp 2

Developers should not use this deprecated field. Developers should use 'HandleInApp' instead.

Failure 3

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

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.

FailureNoMatchingWorkout 5

Developers should use this code to indicate they failed to find a matching workout.

HandleInApp 6

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

Success 7

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

Applies to