<!--
{
  "availability" : [
    "tvOS: 12.0.0 - 18.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "TVMLKit",
  "identifier" : "/documentation/TVMLKit/TVPlaybackCustomEventUserInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "TVMLKit"
    ],
    "preciseIdentifier" : "c:objc(cs)TVPlaybackCustomEventUserInfo"
  },
  "title" : "TVPlaybackCustomEventUserInfo"
}
-->

# TVPlaybackCustomEventUserInfo

The user information used in a custom playback event.

```
class TVPlaybackCustomEventUserInfo
```

## Topics

### Creating User Info for Custom Playback Events

[`init(properties:expectsReturnValue:)`](/documentation/TVMLKit/TVPlaybackCustomEventUserInfo/init(properties:expectsReturnValue:))

Create a new custom playback event user info dictionary.

[`TVPlaybackEventProperty`](/documentation/TVMLKit/TVPlaybackEventProperty)

Extend this structure to create your own custom playback event properties.

[`expectsReturnValue`](/documentation/TVMLKit/TVPlaybackCustomEventUserInfo/expectsReturnValue)

A Boolean value that indicates whether the custom event expects to contain a return value.

[`returnValue`](/documentation/TVMLKit/TVPlaybackCustomEventUserInfo/returnValue)

The return value type for the custom event.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)