CPMapTemplateDelegate.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.
The system calls this method after the navigationAlert
has been dismissed.
[Foundation.Export("mapTemplate:didDismissNavigationAlert:dismissalContext:")]
public virtual void DidDismissNavigationAlert (CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationAlert navigationAlert, CarPlay.CPNavigationAlertDismissalContext dismissalContext);
abstract member DidDismissNavigationAlert : CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert * CarPlay.CPNavigationAlertDismissalContext -> unit
override this.DidDismissNavigationAlert : CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert * CarPlay.CPNavigationAlertDismissalContext -> unit
Parameters
- 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.
- Attributes