handoffUserActivityType
The type of the pending Handoff activity.
Declaration
var handoffUserActivityType: String? { get }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.