appController(_:didStop:)
Tells the delegate the app has stopped for any reason.
Declaration
optional func appController(_ appController: TVApplicationController, didStop options: [String : Any]?)Parameters
- appController:
The Tvapplicationcontroller object that has stopped.
- options:
The launch options passed to the app controller.