Package zendesk.android.events
Class ZendeskEvent.ConversationStarted
-
- All Implemented Interfaces:
public final class ZendeskEvent.ConversationStarted extends ZendeskEvent
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).
-
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.ConversationStarted(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.
-
-
-
-