다음을 통해 공유


INStartWorkoutIntentHandling_Extensions.ResolveWorkoutLocationType 메서드

정의

개발자는 이 방법을 구현하여 운동 위치의 해상도를 사용자 지정할 수 있습니다.

public static void ResolveWorkoutLocationType (this Intents.IINStartWorkoutIntentHandling This, Intents.INStartWorkoutIntent intent, Action<Intents.INWorkoutLocationTypeResolutionResult> completion);
static member ResolveWorkoutLocationType : Intents.IINStartWorkoutIntentHandling * Intents.INStartWorkoutIntent * Action<Intents.INWorkoutLocationTypeResolutionResult> -> unit

매개 변수

This
IINStartWorkoutIntentHandling

이 메서드가 작동하는 인스턴스입니다.

intent
INStartWorkoutIntent

사용자의 의도를 지정합니다.

completion
Action<INWorkoutLocationTypeResolutionResult>

재정의에서 호출해야 하는 완료 메서드입니다.

적용 대상