Instance Property インスタンスプロパティ

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. trueならば、このユーザアクティビティに対する委任先はuserActivityWillSave(_:)コールバックを、アクティビティが別のデバイス上での通信のために送られる前に受け取ります。

See Also 参照

Accessing Activity Information アクティビティ情報にアクセスする