beacon
/
com.helpscout.beacon.model
/
SuggestedArticle
/
SuggestedArticleWithUrl
Suggested
Article
With
Url
class
SuggestedArticleWithUrl
(title:
String
, url:
String
) :
SuggestedArticle
Content copied to clipboard
Custom Url with title
Constructors
Functions
Properties
Constructors
SuggestedArticleWithUrl
Link copied to clipboard
fun
SuggestedArticleWithUrl
(title:
String
, url:
String
)
Content copied to clipboard
Functions
isValid
Link copied to clipboard
open override fun
isValid
():
Boolean
Content copied to clipboard
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
Content copied to clipboard
url
Link copied to clipboard
val
url
:
String
Content copied to clipboard