fun start(request: TReq, responseScheduler: <ERROR CLASS>?): IRdTask<TRes>
Overrides IRdCall.start
Asynchronously invokes the API with the parameters given as request and waits for the result. The returned task will have its result value assigned through the given responseScheduler.
fun start(request: TReq): <ERROR CLASS>fun start(lifetime: <ERROR CLASS>, request: TReq): IRdTask<TRes>fun start(lifetime: <ERROR CLASS>, request: TReq, responseScheduler: <ERROR CLASS>?): IRdTask<TRes>
Overrides IRdCall.start