Share via


CPApplicationDelegate.DidSelectManeuver(UIApplication, CPManeuver) Method

Definition

Method that is called when the user selects a maneuver.

[Foundation.Export("application:didSelectManeuver:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidSelectManeuver(UIKit.UIApplication application, CarPlay.CPManeuver maneuver);
[<Foundation.Export("application:didSelectManeuver:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidSelectManeuver : UIKit.UIApplication * CarPlay.CPManeuver -> unit
override this.DidSelectManeuver : UIKit.UIApplication * CarPlay.CPManeuver -> unit

Parameters

application
UIApplication

The application in which a maneuver was selected.

maneuver
CPManeuver

The selected maneuver.

Implements

Attributes

Applies to