InitRequest

data class InitRequest(className: String, objectName: String) : SignalProxyMessage

Init request message, representing a request to get the current state of a specified object

Constructors

Link copied to clipboard
fun InitRequest(className: String, objectName: String)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val className: String

Type of the specified object

Link copied to clipboard
val objectName: String

Name/ID of the specified object