Package-level declarations
Types
Link copied to clipboard
Main interface for the Aiuta SizeFit service that provides size recommendations based on user's body measurements and shape.
Link copied to clipboard
class AiutaSizeFitConfig(val age: Int, val height: Int, val weight: Int, val gender: AiutaSizeFitConfig.Gender, val hipShape: AiutaSizeFitConfig.HipShape? = null, val bellyShape: AiutaSizeFitConfig.BellyShape? = null, val braSize: Int? = null, val braCup: AiutaSizeFitConfig.BraCup? = null)
Configuration class representing user's body measurements and shape for size recommendations.
Link copied to clipboard
class AiutaSizeFitRecommendation(val bodyMeasurements: List<AiutaSizeFitRecommendation.BodyMeasurement>, val recommendedSizeName: String, val sizes: List<AiutaSizeFitRecommendation.Size>)
Represents a size recommendation.
Functions
Link copied to clipboard
Creates an AiutaSizeFit instance using DSL-style configuration.