CPMapTemplateDelegate_Extensions.DidDismissNavigationAlert 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 a navigation alert is canceled.
public static void DidDismissNavigationAlert (this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationAlert navigationAlert, CarPlay.CPNavigationAlertDismissalContext dismissalContext);
static member DidDismissNavigationAlert : CarPlay.ICPMapTemplateDelegate * CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert * CarPlay.CPNavigationAlertDismissalContext -> unit
Parameters
The instance on which this method operates.
- mapTemplate
- CPMapTemplate
The template for the map whose navigation alert was canceled.
- navigationAlert
- CPNavigationAlert
The alert that was canceled.
- dismissalContext
- CPNavigationAlertDismissalContext
The reason the alert was dismissed.