Provider Info
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.
title In Search Box
the ID of the string with a shorter name that will be shown in the app's search box (Search (NAME)).
requires Setup
does this SERP provider need setup? (Defaults to false)