otherPhoto
inline fun AiutaTryOnFeature.Builder.otherPhoto(block: AiutaTryOnWithOtherPhotoFeature.Builder.() -> Unit): AiutaTryOnFeature.Builder
DSL function for configuring the other photo feature.
This function allows for DSL-style configuration of the other photo feature within the try-on feature configuration.
tryOn {
otherPhoto {
icons = ...
}
}
Content copied to clipboard
Return
The updated try-on feature builder
Parameters
block
Configuration block for the other photo feature