---
title: expectsReturnValue
framework: tvmlkit
role: symbol
role_heading: Instance Property
path: tvmlkit/tvplaybackcustomeventuserinfo/expectsreturnvalue
---

# expectsReturnValue

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

## Declaration

```swift
var expectsReturnValue: Bool { get set }
```

## See Also

### Creating User Info for Custom Playback Events

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