MessageNotificationControllerDelegate
@objc(BCHMessageNotificationControllerDelegate)
public protocol MessageNotificationControllerDelegate : AnyObject
Represents the delegate of a MessageNotificationController
instance.
MessageNotificationController
instances will notify their delegate about actions happened to themselves.
-
Invoked when the user did press the notification window.
Declaration
Swift
@objc func messageNotificationController(_ controller: MessageNotificationController, didTouch notification: ChatNotification)
Parameters
controller
The notification controller.
notification
The
ChatNotification
instance pressed.