CefURLRequestClient
Interface that should be implemented by the CefURLRequest client. The methods of this class will be called on the same thread that created the request unless otherwise documented.
Functions
Link copied to clipboard
abstract fun getAuthCredentials(isProxy: Boolean, host: String, port: Int, realm: String, scheme: String, callback: CefAuthCallback): Boolean
Called on the IO thread when the browser needs credentials from the user.
Link copied to clipboard
Method is called by the native code to get the reference to an previous stored identifier.
Link copied to clipboard
Called when some part of the response is read.
Link copied to clipboard
Notifies the client of download progress.
Link copied to clipboard
Notifies the client that the request has completed.
Link copied to clipboard
Notifies the client of upload progress.
Link copied to clipboard
Method is called by the native code to store a reference to an implemented native JNI counterpart.