CPApplicationDelegate.DidSelectNavigationAlert 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.
Method that is called when the user selects a navigation alert.
[Foundation.Export("application:didSelectNavigationAlert:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidSelectNavigationAlert(UIKit.UIApplication application, CarPlay.CPNavigationAlert navigationAlert);
[<Foundation.Export("application:didSelectNavigationAlert:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidSelectNavigationAlert : UIKit.UIApplication * CarPlay.CPNavigationAlert -> unit
override this.DidSelectNavigationAlert : UIKit.UIApplication * CarPlay.CPNavigationAlert -> unit
Parameters
- application
- UIApplication
The application in which a navigation alert was selected.
- navigationAlert
- CPNavigationAlert
The selected navigation alert.
Implements
- Attributes