CarFeedbackPoll

data class CarFeedbackPoll(val title: String, val options: List<CarFeedbackOption>)

Represents a step in a feedback flow, where users select one of the predefined categories

Parameters

title

human readable title describing the feedback items

options

selectable feedback options

Constructors

Link copied to clipboard
fun CarFeedbackPoll(title: String, options: List<CarFeedbackOption>)

Properties

Link copied to clipboard
val options: List<CarFeedbackOption>
Link copied to clipboard
val title: String