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)
Content copied to clipboard
Link copied to clipboard
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)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard