Package zendesk.android.events
Class ZendeskEvent.ArticleBrowserClicked
-
- All Implemented Interfaces:
public final class ZendeskEvent.ArticleBrowserClicked extends ZendeskEvent
This event is used to track user interactions with articles in the Zendesk Help Center that are displayed in the external browser e.g. restricted articles.
-
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.ArticleBrowserClicked(String id, Long timestamp, ArticleBrowserClickedDetails data)
-
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 ArticleBrowserClickedDetails
getData()
The details of the article browser click, including the article URL. -
-
Constructor Detail
-
ZendeskEvent.ArticleBrowserClicked
ZendeskEvent.ArticleBrowserClicked(String id, Long timestamp, ArticleBrowserClickedDetails data)
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
The Unix timestamp when the event fired.
-
getData
final ArticleBrowserClickedDetails getData()
The details of the article browser click, including the article URL.
-
-
-
-