A Boolean value that indicates whether the custom event expects to contain a return value.
SDK
- tvOS 12.0+
Framework
- TVMLKit
Declaration
var expectsReturnValue: Bool { get set }
A Boolean value that indicates whether the custom event expects to contain a return value.
SDK
Framework
var expectsReturnValue: Bool { get set }
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 return Value: Any?
The return value type for the custom event.