---
title: isEligibleForHandoff
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsuseractivity/iseligibleforhandoff
---

# isEligibleForHandoff

A Boolean value that indicates whether the activity can continue on another device using Handoff.

## Declaration

```swift
var isEligibleForHandoff: Bool { get set }
```

## Mentioned in

Creating a user activity object

## Discussion

Discussion Set the value of this property to true for activities you can continue on a person’s other devices; otherwise, set it to false. The default value of this property is true. For information about how to support Handoff in your app, see Implementing Handoff in Your App.

## See Also

### Enabling system behaviors

- [isEligibleForSearch](foundation/nsuseractivity/iseligibleforsearch.md)
- [isEligibleForPublicIndexing](foundation/nsuseractivity/iseligibleforpublicindexing.md)
- [isEligibleForPrediction](foundation/nsuseractivity/iseligibleforprediction.md)
- [expirationDate](foundation/nsuseractivity/expirationdate.md)
