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
(
name
:
String
)
:
String
?
获取指定名称的 Cookie 值。
Return
对应的 Cookie 值,如果不存在或无法获取当前URL,则返回
null
。
Parameters
name
Cookie 名称。