systema-sdk
0.1.0
ios
systema-sdk
/
ai.systema.ios
/
SystemaIosStorage
Systema
Ios
Storage
ios
open
class
SystemaIosStorage
:
SystemaKVStore
Content copied to clipboard
Types
Constructors
Functions
Constructors
Systema
Ios
Storage
Link copied to clipboard
ios
fun
SystemaIosStorage
(
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
ios
object
Companion
Content copied to clipboard
Functions
delete
Link copied to clipboard
ios
open
suspend override
fun
delete
(
key
:
String
)
:
String
?
Content copied to clipboard
lazy
Write
Link copied to clipboard
ios
open
suspend override
fun
lazyWrite
(
key
:
String
,
value
:
String
)
Content copied to clipboard
read
Link copied to clipboard
ios
open
suspend override
fun
read
(
key
:
String
)
:
String
?
Content copied to clipboard
write
Link copied to clipboard
ios
open
suspend override
fun
write
(
key
:
String
,
value
:
String
)
Content copied to clipboard