CPMapTemplateDelegate_Extensions.ShouldShowNotificationForNavigationAlert 方法

定义

调用的方法,用于确定是否应在应用在后台运行时显示导航警报。

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

参数

This
ICPMapTemplateDelegate

此方法操作的实例。

mapTemplate
CPMapTemplate

要查询的映射的模板。

navigationAlert
CPNavigationAlert

要查询的导航警报。

返回

true 如果应显示导航警报,则为 。 否则为 false

适用于