Contents

delegate

The delegate of the app controller object.

Declaration

weak var delegate: (any TVApplicationControllerDelegate)? { get }

Discussion

The delegate provides methods for observing and managing different TVApplicationController object states. TVApplicationControllerDelegate provides callbacks during the launch of the JavaScript application.

See Also

Getting the Delegate