CefLoadHandlerAdapter
An abstract adapter class for receiving load events. The methods in this class are empty. This class exists as convenience for creating handler objects.
Functions
Link copied to clipboard
Called when the browser is done loading a frame.
Link copied to clipboard
open fun onLoadError(browser: CefBrowser, frame: CefFrame, errorCode: CefLoadHandler.ErrorCode, errorText: String, failedUrl: String)
Called when the resource load for a navigation fails or is canceled.
Link copied to clipboard
open fun onLoadingStateChange(browser: CefBrowser, isLoading: Boolean, canGoBack: Boolean, canGoForward: Boolean)
Called when the loading state has changed.
Link copied to clipboard
open fun onLoadStart(browser: CefBrowser, frame: CefFrame, transitionType: CefRequest.TransitionType)
Called when the browser begins loading a frame.