Package com.mapbox.androidauto.car.feedback.ui
Types
Link copied to clipboard
class CarFeedbackAction(carFeedbackScreen: String) : MapboxActionProvider
Content copied to clipboard
Link copied to clipboard
Represents an icon of a feedback category
Link copied to clipboard
data class CarFeedbackOption( val title: String, val icon: CarFeedbackIcon, val type: String? = null, val subType: List<String>? = null, val searchFeedbackReason: String? = null, val favoritesFeedbackReason: String? = null, val nextPoll: CarFeedbackPoll? = null)
Content copied to clipboard
Represents one of the predefined categories users can select when providing feedback
Link copied to clipboard
data class CarFeedbackPoll(val title: String, val options: List<CarFeedbackOption>)
Content copied to clipboard
Represents a step in a feedback flow, where users select one of the predefined categories