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).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getId() The unique identifier of the event.
      final String getConversationId() The unique identifier of the conversation.
      final Long getTimestamp() The Unix timestamp when the conversation was opened.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ZendeskEvent.ConversationStarted

        ZendeskEvent.ConversationStarted(String id, String conversationId, Long timestamp)