Call Agent
open class CallAgent
Content copied to clipboard
An agent responsible for remote calls.
Constructors
Functions
jsonRpcCall
Link copied to clipboard
fun jsonRpcCall(url: String, data: List<String?> = listOf(), method: HttpMethod = HttpMethod.POST, beforeSend: (JQueryXHR, JQueryAjaxSettings) -> Boolean? = null): Promise<String>
Content copied to clipboard
remoteCall
Link copied to clipboard
fun remoteCall(url: String, data: dynamic = null, method: HttpMethod = HttpMethod.GET, contentType: String = "application/json", beforeSend: (JQueryXHR, JQueryAjaxSettings) -> Boolean? = null): Promise<dynamic>
Content copied to clipboard