CPApplicationDelegate.DidSelectManeuver(UIApplication, CPManeuver) 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 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