MessageNotificationControllerDelegate
@available(*, deprecated, message: "MessageNotificationControllerDelegate is deprecated it has been replaced by InAppChatNotificationTouchListener protocol.")
@objc(BCHMessageNotificationControllerDelegate)
public protocol MessageNotificationControllerDelegate : AnyObject
Represents the MessageNotificationController
delegate.
MessageNotificationController
instances will notify their delegate when an in-app chat notification is touched by the user.
-
This method will be called when the user touches an in-app chat notification.
Declaration
Swift
@objc func messageNotificationController(_ controller: MessageNotificationController, didTouch notification: ChatNotification)
Parameters
controller
The notification controller.
notification
A
ChatNotification
instance representing the notification touched.