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
(
scope
:
CoroutineScope
,
key
:
String
,
value
:
String
)
:
Deferred
<
Unit
>
异步在 LocalStorage 中设置键值对。
Return
一个
Deferred<Unit>
。
Parameters
scope
用于执行此操作的协程作用域。
key
键。
value
值。