Enumeration
ZendeskEvent
public enum ZendeskEvent: Equatable
The set of events that can be emitted from Zendesk SDK.
Relationships
Conforms To
Equatable
Enumeration Cases
unreadMessageCountChanged
case unreadMessageCountChanged(currentUnreadCount: Int)
Invoked when there is a change to the current total number of unread messages.