RemoteAgent

open class RemoteAgent

Interface for client side agent for JSON-RPC remote calls.

Constructors

RemoteAgent
Link copied to clipboard
js
fun RemoteAgent()

Functions

findEnumValue
Link copied to clipboard
js
fun findEnumValue(kClass: KClass<Any>, value: String): Any?

Inheritors

KVRemoteAgent
Link copied to clipboard