shared
/
com.keygenqt.viewer.data.storage
/
JSPlatformStorage
js
JSPlatform
Storage
class
JSPlatformStorage
(storage:
StorageClass
) :
IStorage
Content copied to clipboard
Functions
Properties
Functions
clear
Cache
Link copied to clipboard
js
open override fun
clearCache
()
Content copied to clipboard
get
Bool
Link copied to clipboard
js
open override fun
getBool
(key:
String
):
Boolean
Content copied to clipboard
get
Int
Link copied to clipboard
js
open override fun
getInt
(key:
String
):
Int
Content copied to clipboard
get
Str
Link copied to clipboard
js
open override fun
getStr
(key:
String
):
String
?
Content copied to clipboard
set
Bool
Link copied to clipboard
js
open override fun
setBool
(key:
String
, value:
Boolean
)
Content copied to clipboard
set
Int
Link copied to clipboard
js
open override fun
setInt
(key:
String
, value:
Int
)
Content copied to clipboard
set
Str
Link copied to clipboard
js
open override fun
setStr
(key:
String
, value:
String
)
Content copied to clipboard
Properties
storage
Link copied to clipboard
js
private val
storage
:
StorageClass
Content copied to clipboard