RemoteQueryCallback

Constructors

Link copied to clipboard
constructor(server: RpcExecutor, robj: RObject)

Functions

Link copied to clipboard
Link copied to clipboard
open fun failure(error_code: Int, error_message: String)
Notify the associated JavaScript onFailure callback that the query has failed.
Link copied to clipboard
open fun flush()
Link copied to clipboard
open fun success(response: String)
Notify the associated JavaScript onSuccess callback that the query has completed successfully.