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
/
getAllCookies
get
All
Cookies
abstract
fun
getAllCookies
(
scope
:
CoroutineScope
)
:
Deferred
<
Map
<
String
,
String
>
>
异步获取当前网页下所有 Cookie。
Return
一个
Deferred<Map<String, String>>
。
Parameters
scope
用于执行此操作的协程作用域。