IncomingDeviceCommand

A command invoked by another device.

This enum represents all possible commands that can be invoked on the device. It is the responsibility of the application to interpret each command.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class TabReceived(val sender: Device?, val payload: SendTabPayload) : IncomingDeviceCommand

Indicates that a tab has been sent to this device.

Link copied to clipboard
data class TabsClosed(val sender: Device?, val payload: CloseTabsPayload) : IncomingDeviceCommand

Indicates that the sender wants to close one or more tabs on this device.