GladlyUnreadCountDelegate
public protocol GladlyUnreadCountDelegate : AnyObject
Delegate protocol for events related to the number of unread messages.
-
Notifies the delegate when the number of unread messages changes.
Declaration
Swift
func gladlyUnreadCountDidUpdate(count: Int)
Parameters
count
The new unread message count.