Enumeration
ZendeskEvent
public enum ZendeskEvent
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.
authenticationFailed
case authenticationFailed(error: Error)
Invoked when a rest call fails for authentication reasons.
Operators
==
public static func == (lhs: ZendeskEvent, rhs: ZendeskEvent) -> Bool