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
controllerThe notification controller.
notificationA
ChatNotificationinstance representing the notification touched.
View on GitHub
MessageNotificationControllerDelegate Protocol Reference