tolgee-mobile-kotlin-sdk
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
tolgee-mobile-kotlin-sdk
Core
/
io.tolgee.storage
/
TolgeeStorageProviderAndroid
Tolgee
Storage
Provider
Android
android
class
TolgeeStorageProviderAndroid
(
context
:
Context
,
versionCode
:
Int
,
path
:
String
=
"tolgee/localization-cache"
)
:
TolgeeStorageProvider
(
source
)
Members
Constructors
Tolgee
Storage
Provider
Android
Link copied to clipboard
android
constructor
(
context
:
Context
,
versionCode
:
Int
,
path
:
String
=
"tolgee/localization-cache"
)
Functions
get
Link copied to clipboard
android
open
override
fun
get
(
name
:
String
)
:
ByteArray
?
put
Link copied to clipboard
android
open
override
fun
put
(
name
:
String
,
data
:
ByteArray
)