CookieHandler

interface CookieHandler

Cookie Handler for SimpleHttpClientAdapter.

Functions

Link copied to clipboard
abstract fun loadCookie(url: String): String?

Called to read cookie.

Link copied to clipboard
abstract fun saveCookie(url: String, value: String)

Called when cookies are received.