CPApplicationDelegate_Extensions.DidSelectManeuver Method
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.
Method that is called when the user selects a maneuver.
public static void DidSelectManeuver (this CarPlay.ICPApplicationDelegate This, UIKit.UIApplication application, CarPlay.CPManeuver maneuver);
static member DidSelectManeuver : CarPlay.ICPApplicationDelegate * UIKit.UIApplication * CarPlay.CPManeuver -> unit
Parameters
The instance on which this method operates.
- application
- UIApplication
The application in which a maneuver was selected.
- maneuver
- CPManeuver
The selected maneuver.