toggle menu
BB Native Player SDK
common
switch theme
search in API
bbnativeshared
/
com.bluebillywig.bbnativeshared.data
/
Language
Language
data
class
Language
(
var
iso
:
String
?
=
null
,
var
translations
:
MutableMap
<
String
,
String
>
=
mutableMapOf()
)
Members
Constructors
Language
Link copied to clipboard
constructor
(
iso
:
String
?
=
null
,
translations
:
MutableMap
<
String
,
String
>
=
mutableMapOf()
)
Properties
iso
Link copied to clipboard
var
iso
:
String
?
translations
Link copied to clipboard
var
translations
:
MutableMap
<
String
,
String
>