다음을 통해 공유


IINGetRideStatusIntentHandling.HandleRideStatus 메서드

정의

개발자는 이 메서드를 재정 T:System.Action'1INGetRideStatusIntentResponseINGetRideStatusIntentintent호출해야 합니다.

[Foundation.Export("handleGetRideStatus:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleRideStatus (Intents.INGetRideStatusIntent intent, Action<Intents.INGetRideStatusIntentResponse> completion);
abstract member HandleRideStatus : Intents.INGetRideStatusIntent * Action<Intents.INGetRideStatusIntentResponse> -> unit

매개 변수

intent
INGetRideStatusIntent

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

completion
Action<INGetRideStatusIntentResponse>

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

특성

적용 대상