---
title: TVPlaybackCustomEventUserInfo
framework: tvmlkit
role: symbol
role_heading: Class
path: tvmlkit/tvplaybackcustomeventuserinfo
---

# TVPlaybackCustomEventUserInfo

The user information used in a custom playback event.

## Declaration

```swift
class TVPlaybackCustomEventUserInfo
```

## Topics

### Creating User Info for Custom Playback Events

- [init(properties:expectsReturnValue:)](tvmlkit/tvplaybackcustomeventuserinfo/init(properties:expectsreturnvalue:).md)
- [TVPlaybackEventProperty](tvmlkit/tvplaybackeventproperty.md)
- [expectsReturnValue](tvmlkit/tvplaybackcustomeventuserinfo/expectsreturnvalue.md)
- [returnValue](tvmlkit/tvplaybackcustomeventuserinfo/returnvalue.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [TVPlaybackEventMarshaling](tvmlkit/tvplaybackeventmarshaling.md)

## See Also

### Controlling Playback

- [next()](tvmlkit/tvplayer/next().md)
- [pause()](tvmlkit/tvplayer/pause().md)
- [previous()](tvmlkit/tvplayer/previous().md)
- [state](tvmlkit/tvplayer/state.md)
- [TVPlaybackState](tvmlkit/tvplaybackstate.md)
- [dispatch(event:userInfo:completion:)](tvmlkit/tvplayer/dispatch(event:userinfo:completion:).md)
- [TVPlaybackEvent](tvmlkit/tvplaybackevent.md)
- [TVPlaybackEventMarshaling](tvmlkit/tvplaybackeventmarshaling.md)
