onTooltip

abstract fun onTooltip(browser: CefBrowser, text: String): Boolean

About to display a tooltip.

Return

true to handle the tooltip display yourself.

Parameters

browser

The browser generating the event.

text

Contains the text that will be displayed in the tooltip.