Package com.mapbox.androidauto.car.feedback.core

Types

Link copied to clipboard
data class CarFeedbackHistoryEvent(    val sourceScreen: String,     val carFeedbackItem: CarFeedbackItem? = null,     val encodedSnapshot: String? = null,     val feedbackMetadata: FeedbackMetadata? = null)
Link copied to clipboard
open class CarFeedbackPollProvider

Each screen contains contextual feedback options. This class contains default items, override the functions to provide custom feedback options.

Link copied to clipboard
data class CarFeedbackSearchOptions(    val favoriteRecords: List<FavoriteRecord>? = null,     val searchSuggestions: List<SearchSuggestion>? = null,     val geoDeeplink: GeoDeeplink? = null,     val geocodingResponse: GeocodingResponse? = null)
Link copied to clipboard
fun interface CarFeedbackSearchOptionsProvider
Link copied to clipboard
class CarFeedbackSender