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

delegate

Specifies the notification center delegate. 通知センター委任先を指定します。

Declaration 宣言

@property(assign) id<NSUserNotificationCenterDelegate> delegate;

Discussion 議論

The delegate must conform to the NSUserNotificationCenterDelegate protocol. 委任先は、NSUserNotificationCenterDelegateプロトコルに準拠しなければなりません。