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

delegate

The user activity object’s delegate. ユーザアクティビティオブジェクトのもつ委任先。

Declaration 宣言

weak var delegate: NSUserActivityDelegate? { get set }

Discussion 議論

The user activity delegate is informed when the activity is being saved or continued. For more information on how to implement the delegate, see NSUserActivityDelegate. ユーザアクティビティ委任先は、そのアクティビティが保存または継続されている場合は告知されます。委任先を実装する方法に関するさらなる情報として、NSUserActivityDelegateを見てください。

See Also 参照

Accessing the Delegate 委任先にアクセスする