Package zendesk.android.events
Class ArticleClickedDetails
-
- All Implemented Interfaces:
public final class ArticleClickedDetails
Represents the details of an article click event.
-
-
Field Summary
Fields Modifier and Type Field Description private final Long
articleId
private final String
articleTitle
-
Constructor Summary
Constructors Constructor Description ArticleClickedDetails(Long articleId, String articleTitle)
-
Method Summary
Modifier and Type Method Description final Long
getArticleId()
The id of the article that was clicked. final String
getArticleTitle()
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.
-
-
-
-