Package zendesk.android.events
Class ZendeskEvent.ConversationOpened
-
- All Implemented Interfaces:
public final class ZendeskEvent.ConversationOpened extends ZendeskEvent
Event 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.
-
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.ConversationOpened(String id, String conversationId, Long timestamp)
-
Method Summary
Modifier and Type Method Description final StringgetId()The unique identifier of the event. final StringgetConversationId()The unique identifier of the conversation. final LonggetTimestamp()The Unix timestamp when the conversation was opened. -
-
Method Detail
-
getConversationId
final String getConversationId()
The unique identifier of the conversation.
-
getTimestamp
final Long getTimestamp()
The Unix timestamp when the conversation was opened.
-
-
-
-