State

interface State

Debug Shell remote access state.

Inheritors

Types

Link copied to clipboard

Remote debug shell access is denied.

Link copied to clipboard
data class Enabled(val publicKey: String) : DebugShell.State

Remote debug shell access is granted to a client with the given publicKey.