---
title: isCurrentComplicationInfo
framework: watchconnectivity
role: symbol
role_heading: Instance Property
path: watchconnectivity/wcsessionuserinfotransfer/iscurrentcomplicationinfo
---

# isCurrentComplicationInfo

A Boolean indicating whether the data is related to the app’s complication.

## Declaration

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

## Discussion

Discussion This property is set to true if you initiated the transfer using the transferCurrentComplicationUserInfo(_:) method of the WCSession object or false otherwise.

## See Also

### Getting the Transfer Information

- [userInfo](watchconnectivity/wcsessionuserinfotransfer/userinfo.md)
