Contents

application(_:didDisconnectCarInterfaceController:from:)

Tells the app delegate that the app disconnected from the CarPlay interface.

Declaration

func application(_ application: UIApplication, didDisconnectCarInterfaceController interfaceController: CPInterfaceController, from window: CPWindow)

Parameters

  • application:

    Your singleton app object.

  • interfaceController:

    The interface controller provided by CarPlay. Your app should release its reference to this controller.

  • window:

    The CarPlay window.

See Also

Connecting to the CarPlay Interface