appController(_:didFail:)
Tell the delegate the app controller failed due to an error.
Declaration
optional func appController(_ appController: TVApplicationController, didFail error: any Error)Parameters
- appController:
The Tvapplicationcontroller object that has failed.
- error:
An Nserror object describing why the app controller failed.