toggle menu
mobilesdk
androidJvm
switch theme
search in API
mobilesdk
/
com.confirmit.mobilesdk.surveyengine.packages
/
LanguageInfo
Language
Info
class
LanguageInfo
(
val
id
:
Int
,
val
code
:
String
,
val
label
:
String
,
val
nativeLabel
:
String
)
Members
Constructors
Language
Info
Link copied to clipboard
constructor
(
id
:
Int
,
code
:
String
,
label
:
String
,
nativeLabel
:
String
)
Properties
code
Link copied to clipboard
@
SerializedName
(
value
=
"code"
)
val
code
:
String
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
id
:
Int
label
Link copied to clipboard
@
SerializedName
(
value
=
"label"
)
val
label
:
String
native
Label
Link copied to clipboard
@
SerializedName
(
value
=
"nativeLabel"
)
val
nativeLabel
:
String