isEligibleForHandoff
A Boolean value that indicates whether the activity can continue on another device using Handoff.
Declaration
var isEligibleForHandoff: Bool { get set }Mentioned in
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.