The return value type for the custom event.
SDK
- tvOS 12.0+
Framework
- TVMLKit
Declaration
var returnValue: Any? { get }
The return value type for the custom event.
SDK
Framework
var returnValue: Any? { get }
init(properties: [TVPlayback Event Property : Any]?, expects Return Value: Bool)
Create a new custom playback event user info dictionary.
struct TVPlayback Event Property
Extend this structure to create your own custom playback event properties.
var expects Return Value: Bool
A Boolean value that indicates whether the custom event expects to contain a return value.