共用方式為


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
屬性

適用於