ULLocale

data class ULLocale(val locale: Locale, val ulCurrency: ULCurrency) : Serializable

ULLocale represents the currency, country and language setup of the SDK.

Parameters

locale

object of the ULLocale class, it represents the language and the country code of the SDK

ulCurrency

of the locale, it represents the currency of the SDK

Constructors

Link copied to clipboard
fun ULLocale(locale: Locale, ulCurrency: ULCurrency)

Properties

Link copied to clipboard
Link copied to clipboard