Поделиться через


IINGetRideStatusIntentHandling.HandleRideStatus Метод

Определение

Разработчики должны переопределить этот метод и вызвать T:System.Action'1 с INGetRideStatusIntentResponse соответствующим .INGetRideStatusIntentintent

[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>

Метод завершения, который должен вызываться переопределением.

Атрибуты

Применяется к