Package zendesk.android.events
See: Description
-
Enum Summary Enum Description ConnectionStatus A representation of the current connection status of the SDK. -
Class Summary Class Description UnreadMessageCountChanged The number of unread messages has changed. AuthenticationFailed The event that gets emitted when a rest call fails for authentication reasons. FieldValidationFailed The event that gets emitted when validation checks fails for conversation fields. ConnectionStatusChanged The SDK ConnectionStatus has changed due to an action or another event. SendMessageFailed This event is emitted when a message fails to be sent. ConversationAdded This event is emitted when a conversation has been added. ZendeskEvent A set of events emitted by Zendesk SDK that can be received by listeners. ZendeskEventListenerAdapter An implementation of ZendeskEventListener designed to provide better support for Java. -
Interface Summary Interface Description ZendeskEventListener An interface to listen to events.