在 DataDroid 库中,为了执行我们使用的请求
execute(request, listner)
有什么方法可以在不使用listner的情况下执行请求?
I need to send Information to server and for which the response is not related to user.So, I will handle error and success case in Operation.
I dont want to override methods :
onRequestFinished(),
onRequestConnectionError(),
onRequestDataError()
as there is no UI updation.