AiutaSizeFitRecommendation

Represents a size recommendation.

This class contains the recommended size along with detailed measurement information for all available sizes and the user's calculated body measurements.

See also

Constructors

Link copied to clipboard
constructor(bodyMeasurements: List<AiutaSizeFitRecommendation.BodyMeasurement>, recommendedSizeName: String, sizes: List<AiutaSizeFitRecommendation.Size>)

Types

Link copied to clipboard
class BodyMeasurement(val type: String, val value: Int)

Represents a user's body measurement used for the size recommendation.

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

Represents detailed information about a specific size.

Properties

Link copied to clipboard

The user's body measurements calculated based on their profile

Link copied to clipboard

The name of the recommended size (e.g., "M", "L", "XL")

Link copied to clipboard

List of all available sizes with their measurement details and fit information