CefDisplayHandlerAdapter
An abstract adapter class for receiving display events. The methods in this class are empty. This class exists as convenience for creating handler objects.
Functions
Link copied to clipboard
Browser address changed.
Link copied to clipboard
open fun onConsoleMessage(browser: CefBrowser, level: CefSettings.LogSeverity, message: String, source: String, line: Int): Boolean
Display a console message.
Link copied to clipboard
Handle cursor changes.
Link copied to clipboard
Browser fullscreen mode changed.
Link copied to clipboard
Received a status message.
Link copied to clipboard
Browser title changed.
Link copied to clipboard
About to display a tooltip.