<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSUserActivity/isEligibleForHandoff",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSUserActivity(py)eligibleForHandoff"
  },
  "title" : "isEligibleForHandoff"
}
-->

# isEligibleForHandoff

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

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

## 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](/documentation/Foundation/implementing-handoff-in-your-app).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)