loadingPage
inline fun AiutaTryOnFeature.Builder.loadingPage(block: AiutaTryOnLoadingPageFeature.Builder.() -> Unit): AiutaTryOnFeature.Builder
DSL function for configuring the loading page feature.
This function allows for DSL-style configuration of the loading page feature within the try-on feature configuration.
tryOn {
loadingPage {
strings = ...
styles = ...
}
}
Content copied to clipboard
Return
The updated try-on feature builder
Parameters
block
Configuration block for the loading page feature