Dynamic

data class Dynamic(val suggestionType: String, val data: JsonValue?, val dismissalKey: String?, val score: Double) : Suggestion

Constructors

Link copied to clipboard
constructor(suggestionType: String, data: JsonValue?, dismissalKey: String?, score: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

This value is optionally defined in the suggestion's remote settings data and is an opaque token used for dismissing the suggestion in lieu of a URL. If Some, the suggestion can be dismissed by passing the wrapped string to crate::SuggestStore::dismiss_suggestion.

Link copied to clipboard
Link copied to clipboard