Android Scanbot SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK API reference
Android Scanbot SDK API reference
/
io.scanbot.sdk.ui_v2.common.theme
/
Localization
Localization
class
Localization
(
val
strings
:
MutableMap
<
String
,
String
>
=
mutableMapOf<String, String>()
)
Members
Constructors
Localization
Link copied to clipboard
constructor
(
strings
:
MutableMap
<
String
,
String
>
=
mutableMapOf<String, String>()
)
Properties
strings
Link copied to clipboard
val
strings
:
MutableMap
<
String
,
String
>
Functions
add
Link copied to clipboard
fun
add
(
key
:
String
,
value
:
String
)
get
Link copied to clipboard
fun
get
(
key
:
String
)
:
String