Contents

delegate

The user activity object’s delegate.

Declaration

weak var delegate: (any NSUserActivityDelegate)? { get set }

Discussion

The user activity delegate is informed when the activity is being saved or continued. For more information on how to implement the delegate, see NSUserActivityDelegate.

See Also

Accessing the delegate