Package-level declarations

Types

Link copied to clipboard
@Serializable
data class BindRequest(val port: Int)

Request object containing input parameters for the TetheringDomain.bind command.

Link copied to clipboard
@Serializable
object BindResponse

A dummy response object for the TetheringDomain.bind command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.

Link copied to clipboard

The Tethering domain defines methods and events for browser port binding.

Link copied to clipboard
@Serializable
data class UnbindRequest(val port: Int)

Request object containing input parameters for the TetheringDomain.unbind command.

Link copied to clipboard
@Serializable
object UnbindResponse

A dummy response object for the TetheringDomain.unbind command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.