Package zendesk.android.events
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.
-
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.ArticleClicked(String id, Long timestamp, ArticleClickedDetails 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 ArticleClickedDetails
getData()
The details of the article click, including the article id and the article title. -
-
Constructor Detail
-
ZendeskEvent.ArticleClicked
ZendeskEvent.ArticleClicked(String id, Long timestamp, ArticleClickedDetails data)
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
The Unix timestamp when the event fired.
-
getData
final ArticleClickedDetails getData()
The details of the article click, including the article id and the article title.
-
-
-
-