---
title: isPresented
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsusernotification/ispresented
---

# isPresented

Specifies whether the user notification has been presented.

## Declaration

```swift
var isPresented: Bool { get }
```

## Discussion

Discussion In some cases, for example when your application is frontmost, the notification center may decide not to actually present a delivered notification. In that case, the value of this property is false. It is set to true if the notification was presented according to user preferences.

## See Also

### Delivery Information

- [isRemote](foundation/nsusernotification/isremote.md)
- [soundName](foundation/nsusernotification/soundname.md)
