Partager via


IINListRideOptionsIntentHandling.HandleListRideOptions Méthode

Définition

Les développeurs doivent remplacer cette méthode et appeler T:System.Action'1 par un INListRideOptionsIntentResponse approprié à .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

Paramètres

intent
INListRideOptionsIntent

Spécifie l’intention de l’utilisateur.

completion
Action<INListRideOptionsIntentResponse>

Méthode d’achèvement qui doit être appelée par le remplacement.

Attributs

S’applique à