CPApplicationDelegate_Extensions.DidSelectManeuver Method

Definition

Method that is called when the user selects a maneuver.

public static void DidSelectManeuver (this CarPlay.ICPApplicationDelegate This, UIKit.UIApplication application, CarPlay.CPManeuver maneuver);
static member DidSelectManeuver : CarPlay.ICPApplicationDelegate * UIKit.UIApplication * CarPlay.CPManeuver -> unit

Parameters

This
ICPApplicationDelegate

The instance on which this method operates.

application
UIApplication

The application in which a maneuver was selected.

maneuver
CPManeuver

The selected maneuver.

Applies to