CPMapTemplateDelegate_Extensions.WillDismissNavigationAlert Method

Definition

Method that is called just before a navigation alert is dismissed.

public static void WillDismissNavigationAlert (this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationAlert navigationAlert, CarPlay.CPNavigationAlertDismissalContext dismissalContext);
static member WillDismissNavigationAlert : 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 for which a navigation alert will be dismissed.

navigationAlert
CPNavigationAlert

The alert that will be dismissed.

dismissalContext
CPNavigationAlertDismissalContext

The reason the alert will be dismissed.

Applies to