Suggestion

sealed class Suggestion

A suggestion from the database to show in the address bar.

Inheritors

Types

Link copied to clipboard
data class Amo(    val title: String,     val url: String,     val iconUrl: String,     val description: String,     val rating: String?,     val numberOfRatings: Long,     val guid: String,     val score: Double) : Suggestion
Link copied to clipboard
data class Amp(    val title: String,     val url: String,     val rawUrl: String,     val icon: ByteArray?,     val iconMimetype: String?,     val fullKeyword: String,     val blockId: Long,     val advertiser: String,     val iabCategory: String,     val impressionUrl: String,     val clickUrl: String,     val rawClickUrl: String,     val score: Double,     val ftsMatchInfo: FtsMatchInfo?) : Suggestion
Link copied to clipboard
object Companion
Link copied to clipboard
data class Dynamic(val suggestionType: String, val data: JsonValue?, val dismissalKey: String?, val score: Double) : Suggestion
Link copied to clipboard
data class Fakespot(    val fakespotGrade: String,     val productId: String,     val rating: Double,     val title: String,     val totalReviews: Long,     val url: String,     val icon: ByteArray?,     val iconMimetype: String?,     val score: Double,     val matchInfo: FtsMatchInfo?) : Suggestion
Link copied to clipboard
data class Mdn(val title: String, val url: String, val description: String, val score: Double) : Suggestion
Link copied to clipboard
data class Pocket(val title: String, val url: String, val score: Double, val isTopPick: Boolean) : Suggestion
Link copied to clipboard
data class Weather(val city: String?, val region: String?, val country: String?, val latitude: Double?, val longitude: Double?, val score: Double) : Suggestion
Link copied to clipboard
data class Wikipedia(val title: String, val url: String, val icon: ByteArray?, val iconMimetype: String?, val fullKeyword: String) : Suggestion
Link copied to clipboard
data class Yelp(    val url: String,     val title: String,     val icon: ByteArray?,     val iconMimetype: String?,     val score: Double,     val hasLocationSign: Boolean,     val subjectExactMatch: Boolean,     val locationParam: String) : Suggestion