RemoteCommand

sealed class RemoteCommand

A command which should be sent to a remote device.

Inheritors

Types

Link copied to clipboard
data class CloseTab(val url: String) : RemoteCommand
Link copied to clipboard
object Companion