SearchEngineUrls

data class SearchEngineUrls(    var search: SearchEngineUrl,     var suggestions: SearchEngineUrl?,     var trending: SearchEngineUrl?,     var searchForm: SearchEngineUrl?)

The URLs associated with the search engine.

Constructors

Link copied to clipboard
constructor(search: SearchEngineUrl, suggestions: SearchEngineUrl?, trending: SearchEngineUrl?, searchForm: SearchEngineUrl?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URL to use for searches.

Link copied to clipboard

The URL of the search engine homepage.

Link copied to clipboard

The URL to use for suggestions.

Link copied to clipboard

The URL to use for trending suggestions.