Instance Method インスタンスメソッド

userActivityWillSave(_:)

Notifies the delegate that the user activity will be saved to be continued or persisted. 委任先に、ユーザアクティビティが継続されるまたは永続されるために保存されることを通知します。

Declaration 宣言

optional func userActivityWillSave(_ userActivity: NSUserActivity)

Parameters パラメータ

userActivity

The user activity to update. 更新するユーザアクティビティ。

Discussion 議論

The delegate overrides this method to update the activity with current state. 委任先は、このメソッドをオーバーライドして、アクティビティを現在の状態で更新します。

See Also 参照

Managing Activity Continuation アクティビティ継続を管理する