---
title: request
framework: usernotifications
role: symbol
role_heading: Instance Property
path: usernotifications/unnotification/request
---

# request

The notification request containing the payload and trigger condition for the notification.

## Declaration

```swift
@NSCopying var request: UNNotificationRequest { get }
```

## Discussion

Discussion For local notifications, the request object is a copy of the one you originally configured. For remote notifications, the system synthesizes the request object from information received from Apple Push Notification service.

## See Also

### Getting the Notification Details

- [date](usernotifications/unnotification/date.md)
