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 ConversationAgentAssignedDetails Data class representing the details for the ZendeskEvent.ConversationAgentAssigned. ConversationUnreadCountChange Data class representing the unread message count details for a conversation. ConversationWithAgentRequestedDetails Data class representing the details for the ZendeskEvent.ConversationWithAgentRequested. ZendeskMessage Data class representing a zendesk message. ProactiveMessageClickedDetails Data class representing the details for the ZendeskEvent.ProactiveMessageClicked. ProactiveMessageDisplayedDetails Data class representing the details for the ZendeskEvent.ProactiveMessageDisplayed. 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. ProactiveMessageDisplayed This event is emitted when a proactive message notification has been successfully displayed to the user. ProactiveMessageClicked This event is emitted when a proactive message is clicked by the user. ConversationWithAgentRequested This event is emitted when the user requests a conversation with the agent. ConversationAgentAssigned Event emitted when an agent is assigned to a conversation. 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.