Suggested Article
interface SuggestedArticle
Content copied to clipboard
SuggestedArticle used to override the suggested articles/Instant answers from the Beacon API
SuggestedArticle used to be a Kotlin Sealed class however it caused issues for Java consumers due to lack of surrounding class. The most backwards compatible change was to refactor to be interface.
Types
InvalidArticle
Link copied to clipboard
SuggestedArticleWithId
Link copied to clipboard
SuggestedArticleWithUrl
Link copied to clipboard
class SuggestedArticleWithUrl(title: String, url: String) : SuggestedArticle
Content copied to clipboard
Functions
Inheritors
SuggestedArticle
Link copied to clipboard
SuggestedArticle
Link copied to clipboard
SuggestedArticle
Link copied to clipboard