ClickFeedback

Gathers information about when a particular result was clicked by a user. Your application uses the SubmitFeedback API to provide click information.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clickTime: <Error class: unknown class>

The Unix timestamp when the result was clicked.

Link copied to clipboard

The identifier of the search result that was clicked.

Functions

Link copied to clipboard
inline fun copy(block: ClickFeedback.Builder.() -> Unit = {}): ClickFeedback
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String