Share via


CPMapTemplateDelegate.WillDismissNavigationAlert Method

Definition

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

[Foundation.Export("mapTemplate:willDismissNavigationAlert:dismissalContext:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillDismissNavigationAlert(CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationAlert navigationAlert, CarPlay.CPNavigationAlertDismissalContext dismissalContext);
[<Foundation.Export("mapTemplate:willDismissNavigationAlert:dismissalContext:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillDismissNavigationAlert : CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert * CarPlay.CPNavigationAlertDismissalContext -> unit
override this.WillDismissNavigationAlert : CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert * CarPlay.CPNavigationAlertDismissalContext -> unit

Parameters

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.

Implements

Attributes

Applies to