onLoadEnd

abstract fun onLoadEnd(browser: CefBrowser, frame: CefFrame, httpStatusCode: Int)

Called when the browser is done loading a frame. The frameIdentifer value will never be empty. Multiple frames may be loading at the same time. Sub-frames may start or continue loading after the main frame load has ended. This method will always be called for all frames irrespective of whether the request completes successfully.

Parameters

browser

The corresponding browser.

frame

The frame generating the event. Instance only valid within the scope of this method.

httpStatusCode

The status code of the load.