---
title: isRemote
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsusernotification/isremote
---

# isRemote

Specifies whether the remote was generated by a push notification.

## Declaration

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

## Discussion

Discussion If this property is true then the user notification was generated by a push notification (that is, remotely); if false it was generated locally.

## See Also

### Delivery Information

- [isPresented](foundation/nsusernotification/ispresented.md)
- [soundName](foundation/nsusernotification/soundname.md)
