systema-sdk
0.1.0
android
systema-sdk
/
ai.systema.android
/
SystemaAndroidStorage
Systema
Android
Storage
android
open
class
SystemaAndroidStorage
(
context
:
Context
)
:
SystemaKVStore
Content copied to clipboard
Constructors
Functions
Constructors
Systema
Android
Storage
Link copied to clipboard
android
fun
SystemaAndroidStorage
(
context
:
Context
)
Content copied to clipboard
Functions
delete
Link copied to clipboard
android
open
suspend override
fun
delete
(
key
:
String
)
:
String
?
Content copied to clipboard
lazy
Write
Link copied to clipboard
android
open
suspend override
fun
lazyWrite
(
key
:
String
,
value
:
String
)
Content copied to clipboard
read
Link copied to clipboard
android
open
suspend override
fun
read
(
key
:
String
)
:
String
?
Content copied to clipboard
write
Link copied to clipboard
android
open
suspend override
fun
write
(
key
:
String
,
value
:
String
)
Content copied to clipboard