---
title: default
framework: watchconnectivity
role: symbol
role_heading: Type Property
path: watchconnectivity/wcsession/default
---

# default

Returns the singleton session object for the current device.

## Declaration

```swift
class var `default`: WCSession { get }
```

## Return Value

Return Value The session object for the current device.

## Discussion

Discussion Call the isSupported() method before calling this method to make sure you can use session objects for communication.

## See Also

### Getting the Default Session

- [isSupported()](watchconnectivity/wcsession/issupported().md)
