stripe-android
payments-ui-core
/
com.stripe.android.ui.core
/
CurrencyFormatter
Currency
Formatter
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
class
CurrencyFormatter
Content copied to clipboard
Functions
Functions
format
Link copied to clipboard
fun
format
(
amount
:
Long
,
amountCurrency
:
Currency
,
targetLocale
:
Locale
=
Locale.getDefault()
)
:
String
Content copied to clipboard
fun
format
(
amount
:
Long
,
amountCurrencyCode
:
String
,
targetLocale
:
Locale
=
Locale.getDefault()
)
:
String
Content copied to clipboard