Contents

needsSave

A Boolean value that indicates whether the state of the activity needs to be updated.

Declaration

var needsSave: Bool { get set }

Discussion

If true, the delegate for this user activity receives a userActivityWillSave(_:) callback before the activity is sent for continuation on another device.

See Also

Accessing activity information