SuggestedArticleWithUrl

class SuggestedArticleWithUrl(title: String, url: String) : SuggestedArticle

Custom Url with title

Constructors

SuggestedArticleWithUrl
Link copied to clipboard
fun SuggestedArticleWithUrl(title: String, url: 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

title
Link copied to clipboard
val title: String
url
Link copied to clipboard
val url: String