Edit

Share via


CPMapTemplateDelegate.DidDismissNavigationAlert Method

Definition

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

Applies to