---
title: watchConnectivity
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/backgroundtask/watchconnectivity
---

# watchConnectivity

A background task used to receive background updates from the Watch Connectivity framework.

## Declaration

```swift
static var watchConnectivity: BackgroundTask<Void, Void> { get }
```

## See Also

### Receiving connectivity updates

- [bluetoothAlert](swiftui/backgroundtask/bluetoothalert.md)
