CefDragHandler

interface CefDragHandler

Implement this interface to handle events related to dragging. The methods of this class will be called on the UI thread.

Inheritors

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun onDragEnter(browser: CefBrowser, dragData: CefDragData, mask: Int): Boolean
Called when an external drag event enters the browser window.