BrowserCommandId

@Serializable(with = BrowserCommandIdSerializer::class)
sealed interface BrowserCommandId

Browser command ids used by executeBrowserCommand.

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = BrowserCommandIdSerializer::class)
data object closeTabSearch : BrowserCommandId
Link copied to clipboard
@Serializable(with = BrowserCommandIdSerializer::class)
data class NotDefinedInProtocol(val value: String) : BrowserCommandId

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).

Link copied to clipboard
@Serializable(with = BrowserCommandIdSerializer::class)
data object openGlic : BrowserCommandId
Link copied to clipboard
@Serializable(with = BrowserCommandIdSerializer::class)
data object openTabSearch : BrowserCommandId