AiutaShoesMode
class AiutaShoesMode(val onboardingShoesPage: AiutaShoesModeOnboardingPage, val imagePicker: AiutaShoesModeImagePicker)
Configuration overrides applied when the SDK runs in shoes try-on mode.
Required components:
onboardingShoesPage: Overrides for the onboarding "best results" page
imagePicker: Overrides for the image picker surfaces
Constructors
Link copied to clipboard
constructor(onboardingShoesPage: AiutaShoesModeOnboardingPage, imagePicker: AiutaShoesModeImagePicker)
Types
Link copied to clipboard
class Builder
Builder class for creating AiutaShoesMode instances.