CarFeedbackItem  
    class CarFeedbackItem(    val carFeedbackTitle: String,     val carFeedbackIcon: CarFeedbackIcon,     val navigationFeedbackType: String? = null,     val searchFeedbackReason: String? = null,     val favoritesFeedbackReason: String? = null,     val geoDeeplink: GeoDeeplink? = null,     val geocodingResponse: GeocodingResponse? = null,     val favoriteRecords: List<FavoriteRecord>? = null,     val searchSuggestions: List<SearchSuggestion>? = null)
Content copied to clipboard
This object is converted to json and sent the navigation history as a custom event.
TODO add builder
Constructors
Link copied to clipboard
                fun CarFeedbackItem(    carFeedbackTitle: String,     carFeedbackIcon: CarFeedbackIcon,     navigationFeedbackType: String? = null,     searchFeedbackReason: String? = null,     favoritesFeedbackReason: String? = null,     geoDeeplink: GeoDeeplink? = null,     geocodingResponse: GeocodingResponse? = null,     favoriteRecords: List<FavoriteRecord>? = null,     searchSuggestions: List<SearchSuggestion>? = null)
Content copied to clipboard