Size

class Size(val measurements: List<AiutaSizeFitRecommendation.Size.Measurement>, val name: String)

Represents detailed information about a specific size.

Each size contains measurements with ranges and fit information to help understand how well the size matches the user's body.

See also

Constructors

Link copied to clipboard
constructor(measurements: List<AiutaSizeFitRecommendation.Size.Measurement>, name: String)

Types

Link copied to clipboard
class Measurement(val dist: Float, val fitRatio: Float, val max: Int, val min: Int, val type: AiutaSizeFitRecommendation.Size.Measurement.MeasurementType)

Represents detailed measurement information for a specific size.

Properties

Link copied to clipboard

List of measurement details for this size

Link copied to clipboard

The size name (e.g., "XS", "S", "M", "L", "XL")