CefDisplayHandler
interface CefDisplayHandler
Implement this interface to handle events related to browser display state. The methods of this class will be called on the UI thread.
Inheritors
Functions
Link copied to clipboard
Browser address changed.
Link copied to clipboard
abstract 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.