getCookies

fun getCookies(url: String? = null, includeHttpOnly: Boolean = false, callback: KCEFCookieManager.CookieCallback): Boolean(source)

Get each cookie in a callback

Return

false if cookies cannot be accessed.

Parameters

url

results are filtered by the given url scheme, host, domain and path.

includeHttpOnly

if true HTTP-only cookies will also be included in the results.

callback

the CookieCallback for each cookie