java.lang.Object | ||
↳ | android.os.AsyncTask<Params, Progress, Result> | |
↳ | com.kinvey.android.AsyncClientRequest<T> |
Abstract AsyncClientRequest class - used for Kinvey Callbacks.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
enum | AsyncClientRequest.ExecutorType |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AsyncClientRequest(KinveyClientCallback callback)
Constructor for AsyncClientRequest. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AsyncTask<Object, Void, T> | execute(AsyncClientRequest.ExecutorType type, Object... params) | ||||||||||
KinveyClientCallback |
getCallback()
Get the callback for this request
| ||||||||||
void | notify(T object) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructor for AsyncClientRequest.
callback | a KinveyClientCallback object.
|
---|
Get the callback for this request
null
if one hasn't been set.