send

fun send(scope: AliyunpanScope, onSuccess: Consumer<ResultResponse>, onFailure: Consumer<Exception>)

Send 发送请求

Parameters

scope

包装的请求作用域

onSuccess

主线程上的成功回调

onFailure

主线程上的失败回调


fun send(request: Request, onSuccess: Consumer<ResultResponse>, onFailure: Consumer<Exception>)

Send 发送请求

Parameters

request

自定义的请求

onSuccess

主线程上的成功回调

onFailure

主线程上的失败回调