AiutaModes

class AiutaModes(val shoes: AiutaShoesMode? = null)

Container for per-mode configuration overrides of the Aiuta SDK.

Modes let integrators tailor specific surfaces (onboarding, image picker, ...) for a particular try-on scenario. Each mode is optional: a null value means the corresponding mode is not configured and the default behavior applies.

See also

Constructors

Link copied to clipboard
constructor(shoes: AiutaShoesMode? = null)

Types

Link copied to clipboard
class Builder

Builder class for creating AiutaModes instances with DSL-style configuration.

Properties

Link copied to clipboard

Optional overrides for the shoes try-on mode. null when not configured.