delegate
Specifies the notification center delegate.
Declaration
unowned(unsafe) var delegate: (any NSUserNotificationCenterDelegate)? { get set }Discussion
The delegate must conform to the NSUserNotificationCenterDelegate protocol.
Specifies the notification center delegate.
unowned(unsafe) var delegate: (any NSUserNotificationCenterDelegate)? { get set }The delegate must conform to the NSUserNotificationCenterDelegate protocol.