public class

DownloadResource

extends AsyncTask<Params, Progress, Result>
java.lang.Object
   ↳ android.os.AsyncTask<Params, Progress, Result>
     ↳ com.vidinoti.android.vdarsdk.audio.DownloadResource

Class Overview

Created by loris on 05.02.18. This class handles the download of the picture in a background thread

Summary

[Expand]
Inherited Fields
From class android.os.AsyncTask
Protected Methods
Boolean doInBackground(String... urls)
void onPostExecute(Boolean success)
[Expand]
Inherited Methods
From class android.os.AsyncTask
From class java.lang.Object

Protected Methods

protected Boolean doInBackground (String... urls)

protected void onPostExecute (Boolean success)