CPApplicationDelegate.DidSelectNavigationAlert Method

Definition

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

Applies to