Android UpliftSDK
Android UpliftSDK
/
com.uplift.sdk.model.pub
/
ULLocalization
ULLocalization
data
class
ULLocalization
(
val
currency
:
ULCurrency
?
,
val
language
:
String
?
,
val
country
:
String
?
)
Constructors
Properties
Constructors
ULLocalization
Link copied to clipboard
fun
ULLocalization
(
currency
:
ULCurrency
?
,
language
:
String
?
,
country
:
String
?
)
Properties
country
Link copied to clipboard
@
SerializedName
(
value
=
"country"
)
val
country
:
String
?
currency
Link copied to clipboard
@
SerializedName
(
value
=
"currency"
)
val
currency
:
ULCurrency
?
language
Link copied to clipboard
@
SerializedName
(
value
=
"language"
)
val
language
:
String
?