CPMapTemplateDelegate_Extensions.ShouldShowNotificationForNavigationAlert Método

Definición

Método al que se llama para determinar si se debe mostrar una alerta de navegación cuando la aplicación se ejecuta en segundo plano.

public static bool ShouldShowNotificationForNavigationAlert (this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationAlert navigationAlert);
static member ShouldShowNotificationForNavigationAlert : CarPlay.ICPMapTemplateDelegate * CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert -> bool

Parámetros

This
ICPMapTemplateDelegate

Instancia en la que opera este método.

mapTemplate
CPMapTemplate

Plantilla de la asignación a consulta.

navigationAlert
CPNavigationAlert

Alerta de navegación sobre la que se va a consultar.

Devoluciones

true si se debe mostrar la alerta de navegación. En caso contrario, es false.

Se aplica a