ProviderInfo

data class ProviderInfo(val name: Int, val description: Int, var titleInSearchBox: Int, var requiresSetup: Boolean = false)

Information about a search engine.

Parameters

name

the ID of the string with the name of this search engine.

description

the ID of the string with a short description.

titleInSearchBox

the ID of the string with a shorter name that will be shown in the app's search box (Search (NAME)).

requiresSetup

does this SERP provider need setup? (Defaults to false)

Constructors

Link copied to clipboard
constructor(name: Int, description: Int, titleInSearchBox: Int, requiresSetup: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
val name: Int
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int