Events that can be triggered on the document view controller.
SDK
- tvOS 13.0+
Framework
- TVMLKit
Declaration
struct Event
Events that can be triggered on the document view controller.
SDK
Framework
struct Event
init(String)
Create a new document view controller event based on a string value.
init(raw Value: String)
Create an instance of a new document view controller event based on a string value.
static let appear: TVDocument View Controller .Event
An event that signals when the document appears.
static let disappear: TVDocument View Controller .Event
An event that signals when the document disappears.
static let highlight: TVDocument View Controller .Event
An event that signals when the document is highlighted.
static let hold Select: TVDocument View Controller .Event
An event that signals when the document is held down and selected.
static let load: TVDocument View Controller .Event
An event that signals when the document is loaded.
static let play: TVDocument View Controller .Event
An event that signals when the document is played.
static let select: TVDocument View Controller .Event
An event that signals when the document is selected.
static let unload: TVDocument View Controller .Event
An event that signals when the document is unloaded.