---
title: PKPushPayload
framework: pushkit
role: symbol
role_heading: Class
path: pushkit/pkpushpayload
---

# PKPushPayload

An object that contains information about a received PushKit notification.

## Declaration

```swift
class PKPushPayload
```

## Topics

### Payload Data

- [dictionaryPayload](pushkit/pkpushpayload/dictionarypayload.md)
- [type](pushkit/pkpushpayload/type.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)
