PriceParams

constructor(integerValue: String, decimalValue: String? = null, currencyLabel: String, decimalSign: DecimalSign, currencyPosition: CurrencyPosition = CurrencyPosition.Leading, subscriptLabel: String? = null, decimalVerticalAlignment: AffixVerticalAlignment = AffixVerticalAlignment.Top, currencyVerticalAlignment: AffixVerticalAlignment = AffixVerticalAlignment.Top, captionSuffix: String? = null, captionPrefix: String? = null, currencySpacing: CurrencySpacing = CurrencySpacing.None)

Parameters

integerValue

Integer value for Price, will render as provided.

decimalValue

Decimal value for Price.

currencyLabel

String used for currency.

decimalSign

Decimal sign for Price.

currencyPosition

CurrencyPosition indicates where currency will be displayed.

subscriptLabel

Subscript label defined after decimals and currency.

decimalVerticalAlignment

Vertical position of decimal value

currencyVerticalAlignment

Vertical position of currency

captionSuffix

String to be used as a suffix for screen readers (Talkback) to describe the price.

captionPrefix

String to be used as a prefix for screen readers (Talkback) to describe the price.