protocol NSUserActivityDelegate
The interface through which a user activity instance notifies its delegate of updates.
それを通してユーザ活動インスタンスがそれの更新の委任先を通知するインターフェイス。
Availability 有効性
Technology
weak var delegate: NSUserActivityDelegate
? { get set }
The user activity delegate is informed when the activity is being saved or continued. For more information on how to implement the delegate, see NSUser
.
ユーザアクティビティ委任先は、そのアクティビティが保存または継続されている場合は告知されます。委任先を実装する方法に関するさらなる情報として、NSUser
を見てください。
protocol NSUserActivityDelegate