interface RemoteAgent
Interface for client side agent for JSON-RPC remote calls.
open fun findEnumValue(kClass: KClass<Any>, value: String): Any? |
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors. |
open class KVRemoteAgent<T : Any> : RemoteAgent
Client side agent for JSON-RPC remote calls. |