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

needsSave

A Boolean value that indicates whether the state of the activity needs to be updated. あるブール値、それはアクティビティの状態が更新されることを必要とするかどうかを指し示します。

Declaration 宣言

@property(assign) BOOL needsSave;

Discussion 議論

If YES, the delegate for this user activity receives a userActivityWillSave: callback before the activity is sent for continuation on another device. YESならば、このユーザアクティビティに対する委任先はuserActivityWillSave:コールバックを、アクティビティが別のデバイス上での通信のために送られる前に受け取ります。

See Also 参照

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