---
title: handoffUserActivityType
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscene/connectionoptions/handoffuseractivitytype
---

# handoffUserActivityType

The type of the pending Handoff activity.

## Declaration

```swift
var handoffUserActivityType: String? { get }
```

## Discussion

Discussion When a Handoff activity is pending at scene-connection time, UIKit puts the type of that activity in this property. Use this information at connection time to prepare your scene to receive the actual activity object. After your scene connects, UIKit calls the appropriate delegate methods to deliver the NSUserActivity object. If the value of this property is nil, no Handoff activity is pending.
