interface RemoteAgent
Interface for client side agent for JSON-RPC remote calls.
(js)
findEnumValue |
open fun findEnumValue(kClass: KClass<Any>, value: String): Any? |
(js)
KVRemoteAgent |
Client side agent for JSON-RPC remote calls. open class KVRemoteAgent<T : Any> : RemoteAgent |