CPMapTemplateDelegate_Extensions.ShouldShowNotificationForNavigationAlert 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
调用的方法,用于确定是否应在应用在后台运行时显示导航警报。
public static bool ShouldShowNotificationForNavigationAlert (this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationAlert navigationAlert);
static member ShouldShowNotificationForNavigationAlert : CarPlay.ICPMapTemplateDelegate * CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert -> bool
参数
此方法操作的实例。
- mapTemplate
- CPMapTemplate
要查询的映射的模板。
- navigationAlert
- CPNavigationAlert
要查询的导航警报。
返回
true
如果应显示导航警报,则为 。 否则为 false
。