CPMapTemplateDelegate.WillDismissNavigationAlert Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The system calls this method before dismissing the DidShowNavigationAlert
.
[Foundation.Export("mapTemplate:willDismissNavigationAlert:dismissalContext:")]
public virtual void WillDismissNavigationAlert (CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationAlert navigationAlert, CarPlay.CPNavigationAlertDismissalContext dismissalContext);
abstract member WillDismissNavigationAlert : CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert * CarPlay.CPNavigationAlertDismissalContext -> unit
override this.WillDismissNavigationAlert : CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert * CarPlay.CPNavigationAlertDismissalContext -> unit
Parameters
- mapTemplate
- CPMapTemplate
- navigationAlert
- CPNavigationAlert
- dismissalContext
- CPNavigationAlertDismissalContext
- Attributes