RatingConfig
class RatingConfig(val ratingViewStyle: RatingViewStyle = RatingViewStyle.CENTER, val feedbackTextFieldType: FeedbackTextFieldType = FeedbackTextFieldType.DEFAULT, val feedbackErrorMessage: String? = null, val withFeedback: Boolean = false, val feedbackOptional: Boolean = true, @IntRange(from = 3, to = 10) val ratingOptionsCount: Int = DEFAULT_RATING_OPTIONS_COUNT, val icons: LibIcons = DEFAULT_ICON_STYLE) : BaseConfigs
The general configuration for the rating dialog.
Constructors
Link copied to clipboard
constructor(ratingViewStyle: RatingViewStyle = RatingViewStyle.CENTER, feedbackTextFieldType: FeedbackTextFieldType = FeedbackTextFieldType.DEFAULT, feedbackErrorMessage: String? = null, withFeedback: Boolean = false, feedbackOptional: Boolean = true, @IntRange(from = 3, to = 10) ratingOptionsCount: Int = DEFAULT_RATING_OPTIONS_COUNT, icons: LibIcons = DEFAULT_ICON_STYLE)