CPApplicationDelegate_Extensions.DidSelectNavigationAlert 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 navigation alert.
public static void DidSelectNavigationAlert (this CarPlay.ICPApplicationDelegate This, UIKit.UIApplication application, CarPlay.CPNavigationAlert navigationAlert);
static member DidSelectNavigationAlert : CarPlay.ICPApplicationDelegate * UIKit.UIApplication * CarPlay.CPNavigationAlert -> unit
Parameters
The instance on which this method operates.
- application
- UIApplication
The application in which a navigation alert was selected.
- navigationAlert
- CPNavigationAlert
The selected navigation alert.