Share via


CPMapTemplateDelegate_Extensions.DidShowNavigationAlert Method

Definition

Method that is called when a navigation alert is shown.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidShowNavigationAlert(this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationAlert navigationAlert);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidShowNavigationAlert : CarPlay.ICPMapTemplateDelegate * CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert -> unit

Parameters

mapTemplate
CPMapTemplate

The template for the map for which a navigation alert was shown.

navigationAlert
CPNavigationAlert

The alert that was shown.

Attributes

Applies to