CPApplicationDelegate.DidSelectManeuver(UIApplication, CPManeuver) 方法

定义

在用户选择驾驶操纵后不久,系统会调用此方法。

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

参数

application
UIApplication

对调用此委托方法的 UIApplication 的引用。

maneuver
CPManeuver
属性

适用于