Package zendesk.android.events
See: Description
-
Enum Summary Enum Description ConnectionStatus A representation of the current connection status of the SDK. ZendeskRole Enum class representing the role of the author of a message. -
Class Summary Class Description ZendeskMessage Data class representing a zendesk message. 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. MessagesShown This event is emitted when messages are being rendered in the conversation screen. ConversationStarted This event is emitted when a conversation is created locally on the local device (after click a create conversation button, when an anonymous user is initialized and a conversation is created as well). ConversationOpened Event emitted when the conversation view is shown to the user. 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.