toggle menu
Ansa-Android-SDK
android
common
switch theme
search in API
core
/
dev.ansa.sdk.ui.core.money
Package-level
declarations
Types
Functions
Properties
Types
Currency
Formatter
Link copied to clipboard
interface
CurrencyFormatter
Jvm
Currency
Formatter
Link copied to clipboard
android
class
JvmCurrencyFormatter
:
CurrencyFormatter
Monetary
Amount
Link copied to clipboard
data
class
MonetaryAmount
(
val
rawAmount
:
Double
,
val
currencyCode
:
String
)
Properties
display
Link copied to clipboard
val
MonetaryAmount
.
display
:
String
display
With
Symbol
Link copied to clipboard
val
MonetaryAmount
.
displayWithSymbol
:
String
Local
Currency
Formatter
Link copied to clipboard
val
LocalCurrencyFormatter
:
<Error class: unknown class>
<
CurrencyFormatter
>
Functions
as
Monetary
Amount
Link copied to clipboard
fun
Double
.
asMonetaryAmount
(
currencyCode
:
String
)
:
MonetaryAmount
fun
Int
.
asMonetaryAmount
(
currencyCode
:
String
)
:
MonetaryAmount
as
Monetary
Amount
Raw
Link copied to clipboard
fun
Int
.
asMonetaryAmountRaw
(
currencyCode
:
String
)
:
MonetaryAmount
plus
Link copied to clipboard
operator
fun
MonetaryAmount
.
plus
(
other
:
MonetaryAmount
?
)
:
MonetaryAmount