IINResumeWorkoutIntentHandling.HandleResumeWorkout Method

Definition

Developers must override this method and invoke the T:System.Action`1 with an INResumeWorkoutIntentResponse appropriate to the INResumeWorkoutIntent intent.

[Foundation.Export("handleResumeWorkout:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleResumeWorkout (Intents.INResumeWorkoutIntent intent, Action<Intents.INResumeWorkoutIntentResponse> completion);
abstract member HandleResumeWorkout : Intents.INResumeWorkoutIntent * Action<Intents.INResumeWorkoutIntentResponse> -> unit

Parameters

intent
INResumeWorkoutIntent

Specifies the user's intention.

completion
Action<INResumeWorkoutIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to