Compartir a través de


IINEndWorkoutIntentHandling Interfaz

Definición

Interfaz que define el método de controlador que, cuando se implementa, debe llamar a completion con un INEndWorkoutIntentResponse adecuado para arg.

[Foundation.Protocol(Name="INEndWorkoutIntentHandling", WrapperType=typeof(Intents.INEndWorkoutIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINEndWorkoutIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINEndWorkoutIntentHandling = interface
    interface INativeObject
    interface IDisposable
Derivado
Atributos
Implementaciones

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos

HandleEndWorkout(INEndWorkoutIntent, Action<INEndWorkoutIntentResponse>)

Los desarrolladores deben invalidar este método e invocar System.Action'1 con un INEndWorkoutIntentResponse adecuado para .INEndWorkoutIntentintent

Métodos de extensión

ConfirmEndWorkout(IINEndWorkoutIntentHandling, INEndWorkoutIntent, Action<INEndWorkoutIntentResponse>)

Los desarrolladores pueden invalidar este método para personalizar la confirmación del final de un entrenamiento.

ResolveWorkoutName(IINEndWorkoutIntentHandling, INEndWorkoutIntent, Action<INSpeakableStringResolutionResult>)

Los desarrolladores pueden invalidar este método para personalizar la validación del nombre del entrenamiento.

Se aplica a