otherFeedback
inline fun AiutaTryOnFeedbackFeature.Builder.otherFeedback(block: AiutaTryOnFeedbackOtherFeature.Builder.() -> Unit): AiutaTryOnFeedbackFeature.Builder
DSL function for configuring additional feedback options.
This function allows for DSL-style configuration of additional feedback options within the try-on feature's feedback configuration.
feedback {
otherFeedback {
strings = AiutaTryOnFeedbackOtherFeatureStrings.Default()
}
}
Content copied to clipboard
Return
The updated feedback feature builder
Parameters
block
Configuration block for the additional feedback options