ContextMenuInfo

data class ContextMenuInfo(val menuItems: String, val url: String)

A pending context-menu request, delivered via CefriumViewState.contextMenu. menuItems is the engine's serialized menu (the same payload the View API's context-menu listener receives); url is the link/page URL under the cursor.

Constructors

Link copied to clipboard
constructor(menuItems: String, url: String)

Properties

Link copied to clipboard
Link copied to clipboard
val url: String