Package zendesk.android.events
Class ArticleClickedDetails
-
- All Implemented Interfaces:
public final class ArticleClickedDetailsRepresents the details of an article click event.
-
-
Field Summary
Fields Modifier and Type Field Description private final LongarticleIdprivate final StringarticleTitle
-
Constructor Summary
Constructors Constructor Description ArticleClickedDetails(Long articleId, String articleTitle)
-
Method Summary
Modifier and Type Method Description final LonggetArticleId()The id of the article that was clicked. final StringgetArticleTitle()The title of the article that was clicked. -
-
Method Detail
-
getArticleId
final Long getArticleId()
The id of the article that was clicked.
-
getArticleTitle
final String getArticleTitle()
The title of the article that was clicked.
-
-
-
-