cookiesOnFinish

fun cookiesOnFinish(link: String, userAgent: String, headers: Map<String, String>, timeout: Long, cookies: (String) -> Unit)

Get the cookies of the link after being loaded in a Webview

Parameters

link

Link to be loaded in the webview

userAgent

Optional user agent to be used while loading the link

headers

Optional additional headers

timeout

Time to wait after onPageFinished is called before getting the cookies

cookies

Callback of the cookies from the link