Class ZendeskEvent
-
- All Implemented Interfaces:
public class ZendeskEventA set of events emitted by Zendesk SDK that can be received by listeners.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classZendeskEvent.UnreadMessageCountChangedThe number of unread messages has changed.
public final classZendeskEvent.AuthenticationFailedThe event that gets emitted when a rest call fails for authentication reasons.
public final classZendeskEvent.FieldValidationFailedThe event that gets emitted when validation checks fails for conversation fields.
public final classZendeskEvent.ConnectionStatusChangedThe SDK ConnectionStatus has changed due to an action or another event.
public final classZendeskEvent.SendMessageFailedThis event is emitted when a message fails to be sent.
public final classZendeskEvent.ConversationAddedThis event is emitted when a conversation has been added.
public final classZendeskEvent.MessagesShownThis event is emitted when messages are being rendered in the conversation screen.
public final classZendeskEvent.ConversationStartedThis 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).
public final classZendeskEvent.ConversationOpenedEvent emitted when the conversation view is shown to the user.
This event will be emitted immediately after the view is shown to the user and will not wait until a conversation is created hence the conversationId can be null.
-