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
countThe new unread message count.
Install in Dash
GladlyUnreadCountDelegate Protocol Reference