open class SearchesMeasurement : TelemetryMeasurement
(source)
A TelemetryMeasurement implementation to count the number of times a user has searched with a specific engine from a specific location.
SearchesMeasurement(configuration: TelemetryConfiguration) |
static val LOCATION_ACTIONBAR: String |
|
static val LOCATION_LISTITEM: String |
|
static val LOCATION_SUGGESTION: String |
open fun flush(): Any |
|
open fun recordSearch(location: String, identifier: String): Unit
Record a search for the given location and search engine identifier. |
open fun getFieldName(): String |