AsyncTaskResult
Helper class to return results to the UI thread when using an android.os.AsyncTask.
Parameters
<R>
type of the expected Result.
<E>
type of the expected Error.
Helper class to return results to the UI thread when using an android.os.AsyncTask.
type of the expected Result.
type of the expected Error.