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
/
getSessionStorageItem
get
Session
Storage
Item
abstract
fun
getSessionStorageItem
(
key
:
String
)
:
String
?
从 SessionStorage 中获取指定键的值。
Return
对应的值,如果不存在则返回
null
。
Parameters
key
键。