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.
The system calls this method shortly after the user has selected the .
[Foundation.Export("application:didSelectNavigationAlert:")]
public virtual void DidSelectNavigationAlert (UIKit.UIApplication application, CarPlay.CPNavigationAlert navigationAlert);
abstract member DidSelectNavigationAlert : UIKit.UIApplication * CarPlay.CPNavigationAlert -> unit
override this.DidSelectNavigationAlert : UIKit.UIApplication * CarPlay.CPNavigationAlert -> unit
Parameters
- application
- UIApplication
Reference to the UIApplication that invoked this delegate method.
- navigationAlert
- CPNavigationAlert
- Attributes