Package com.tomtom.sdk.search.client.feedback

Types

Link copied to clipboard
data class EventData(    val eventType: EventType,     val sessionId: String,     val matchId: String = "",     val matchIndex: Int? = null)

Defines the parameters for sending feedback events to the online search service.

Link copied to clipboard
value class EventType

The feedback event type.