CPMapTemplateDelegate_Extensions.DidDismissNavigationAlert Method

Definition

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

This
ICPMapTemplateDelegate

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.

Applies to