- userActivityWasContinued:
Notifies the delegate that the user activity was continued on another device.
委任先に、ユーザアクティビティが別のデバイス上で継続されたことを通知します。
Availability 有効性
Technology
- (void)userActivityWillSave:(NSUserActivity
*)userActivity;
userActivity
The user activity to update. 更新するユーザアクティビティ。
The delegate overrides this method to update the activity with current state. 委任先は、このメソッドをオーバーライドして、アクティビティを現在の状態で更新します。
- userActivityWasContinued: