Share via


CPApplicationDelegate_Extensions.DidSelectManeuver Method

Definition

Method that is called when the user selects a maneuver.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidSelectManeuver(this CarPlay.ICPApplicationDelegate This, UIKit.UIApplication application, CarPlay.CPManeuver maneuver);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidSelectManeuver : CarPlay.ICPApplicationDelegate * UIKit.UIApplication * CarPlay.CPManeuver -> unit

Parameters

application
UIApplication

The application in which a maneuver was selected.

maneuver
CPManeuver

The selected maneuver.

Attributes

Applies to