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
/
getCookie
get
Cookie
abstract
fun
getCookie
(
scope
:
CoroutineScope
,
name
:
String
)
:
Deferred
<
String
?
>
异步获取指定名称的 Cookie 值。
Return
一个
Deferred<String?>
。
Parameters
scope
用于执行此操作的协程作用域。
name
Cookie 名称。