다음을 통해 공유


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
특성

적용 대상