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
controllerThe notification controller.
notificationThe
ChatNotificationinstance pressed.
View on GitHub
MessageNotificationControllerDelegate Protocol Reference