SuggestedArticleWithId

class SuggestedArticleWithId(id: String) : SuggestedArticle

Article that's linked to actual article by it's Id

Constructors

SuggestedArticleWithId
Link copied to clipboard
fun SuggestedArticleWithId(id: String)

Functions

isValid
Link copied to clipboard
open override fun isValid(): Boolean
Based on the type is the article valid, if not it won't be rendered in the Beacon

Properties

id
Link copied to clipboard
val id: String