CefLifeSpanHandlerAdapter
An abstract adapter class for receiving life span events. The methods in this class are empty. This class exists as convenience for creating handler objects.
Functions
Link copied to clipboard
Called when a browser has received a request to close.
Link copied to clipboard
Handle creation of a new browser window.
Link copied to clipboard
Called after a browser's native parent window has changed.
Link copied to clipboard
Called just before a browser is destroyed.
Link copied to clipboard
open fun onBeforePopup(browser: CefBrowser, frame: CefFrame, target_url: String, target_frame_name: String): Boolean
Called on the IO thread before a new popup window is created.