INRequestRideIntentHandling_Extensions Class

Definition

Optional methods for the IINRequestRideIntentHandling interface.

public static class INRequestRideIntentHandling_Extensions
type INRequestRideIntentHandling_Extensions = class
Inheritance
INRequestRideIntentHandling_Extensions

Methods

ConfirmRequestRide(IINRequestRideIntentHandling, INRequestRideIntent, Action<INRequestRideIntentResponse>)

Developers may override this method to customize the confirmation of a ride request.

ResolveDropOffLocation(IINRequestRideIntentHandling, INRequestRideIntent, Action<INPlacemarkResolutionResult>)

Developers may override this method to customize the resolution of the dropoff location.

ResolvePartySize(IINRequestRideIntentHandling, INRequestRideIntent, Action<INIntegerResolutionResult>)

Developers may override this method to customize the resolution of the number of passengers in the party.

ResolvePickupLocation(IINRequestRideIntentHandling, INRequestRideIntent, Action<INPlacemarkResolutionResult>)

Developers may override this method to customize the resolution of the pickup location.

ResolveRideOptionName(IINRequestRideIntentHandling, INRequestRideIntent, Action<INSpeakableStringResolutionResult>)

Developers may override this method to customize the resolution of options related to the ride.

ResolveScheduledPickupTime(IINRequestRideIntentHandling, INRequestRideIntent, Action<INDateComponentsRangeResolutionResult>)

Developers may implement this to customize resolution of scheduled pickup times.

Applies to