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


IINListRideOptionsIntentHandling.HandleListRideOptions Метод

Определение

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

[Foundation.Export("handleListRideOptions:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleListRideOptions (Intents.INListRideOptionsIntent intent, Action<Intents.INListRideOptionsIntentResponse> completion);
abstract member HandleListRideOptions : Intents.INListRideOptionsIntent * Action<Intents.INListRideOptionsIntentResponse> -> unit

Параметры

intent
INListRideOptionsIntent

Указывает намерение пользователя.

completion
Action<INListRideOptionsIntentResponse>

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

Атрибуты

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