Contents

delegate

Specifies the notification center delegate.

Declaration

unowned(unsafe) var delegate: (any NSUserNotificationCenterDelegate)? { get set }

Discussion

The delegate must conform to the NSUserNotificationCenterDelegate protocol.