onStop

abstract suspend fun onStop(url: NetworkRequest, cookie: String): T?

Receive the cookies stored from the webview.

You can convert the cookies to T.

Return

The data to be passed to the next step

Parameters

url

The URL that the webview stopped at

cookie

The cookies stored in the webview