sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.ui.webview
/
Controller
/
setLocalStorageItem
set
Local
Storage
Item
abstract
fun
setLocalStorageItem
(
key
:
String
,
value
:
String
)
在 LocalStorage 中设置键值对。
Parameters
key
键。
value
值。