Class ZendeskEvent.ArticleClicked

  • All Implemented Interfaces:

    
    public final class ZendeskEvent.ArticleClicked
    extends ZendeskEvent
                        

    This event is used to track user interactions with articles in the Zendesk Help Center that are displayed in the SDK.

    • 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 Long getTimestamp() The Unix timestamp when the event fired.
      final ArticleClickedDetails getData() The details of the article click, including the article id and the article title.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait