INListRideOptionsIntentHandling_Extensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional methods of the IINListRideOptionsIntentHandling interface.
public static class INListRideOptionsIntentHandling_Extensions
type INListRideOptionsIntentHandling_Extensions = class
- Inheritance
-
INListRideOptionsIntentHandling_Extensions
Methods
ConfirmListRideOptions(IINListRideOptionsIntentHandling, INListRideOptionsIntent, Action<INListRideOptionsIntentResponse>) |
Developers may override this method to customize the confirmation of the list of ride options. |
ResolveDropOffLocation(IINListRideOptionsIntentHandling, INListRideOptionsIntent, Action<INPlacemarkResolutionResult>) |
Developers may override this method to customize the resolution of the dropoff location. |
ResolvePickupLocation(IINListRideOptionsIntentHandling, INListRideOptionsIntent, Action<INPlacemarkResolutionResult>) |
Developers may override this method to customize the resolution of the pickup location. |