systema-sdk
/
ai.systema.configuration
/
SystemaKVStore
common
android
ios
Systema
KVStore
interface
SystemaKVStore
Content copied to clipboard
Functions
Inheritors
Functions
delete
Link copied to clipboard
common
abstract suspend fun
delete
(key:
String
):
String
?
Content copied to clipboard
read
Link copied to clipboard
common
abstract suspend fun
read
(key:
String
):
String
?
Content copied to clipboard
write
Link copied to clipboard
common
abstract suspend fun
write
(key:
String
, value:
String
)
Content copied to clipboard
Inheritors
SystemaAndroidStorage
Link copied to clipboard
SystemaIosStorage
Link copied to clipboard