---
title: dictionaryPayload
framework: pushkit
role: symbol
role_heading: Instance Property
path: pushkit/pkpushpayload/dictionarypayload
---

# dictionaryPayload

The contents of the received payload.

## Declaration

```swift
var dictionaryPayload: [AnyHashable : Any] { get }
```

## Discussion

Discussion For VoIP pushes, the sender is free to specify any fields for the contained data as long as it is provided in a text-encodable JSON format.

## See Also

### Payload Data

- [type](pushkit/pkpushpayload/type.md)
