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
abstract fun onAddressChange(browser: CefBrowser, frame: CefFrame, url: String)
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
abstract fun onCursorChange(browser: CefBrowser, cursorType: Int): Boolean
Handle cursor changes.
Link copied to clipboard
abstract fun onFullscreenModeChange(browser: CefBrowser, fullscreen: Boolean)
Browser fullscreen mode changed.
Link copied to clipboard
abstract fun onStatusMessage(browser: CefBrowser, value: String)
Received a status message.
Link copied to clipboard
abstract fun onTitleChange(browser: CefBrowser, title: String)
Browser title changed.
Link copied to clipboard
abstract fun onTooltip(browser: CefBrowser, text: String): Boolean
About to display a tooltip.