Android SDK Version


public final class FileDownloadTask
extends AsyncTask<String, Void, Boolean>
                    
Nested Class Summary
Modifier and TypeClassDescription
public interfaceFileDownloadTask.Callback
Constructor Summary
ConstructorDescription
FileDownloadTask(String uriStr, File destFile, FileDownloadTask.Callback onSuccess)
Method Summary
Modifier and TypeMethodDescription
BooleandoInBackground(String args)
Methods inherited from class com.facebook.appevents.internal.FileDownloadTask
cancel, execute, executeOnExecutor, get, get, getStatus, isCancelled, onCancelled, onCancelled, onPreExecute, onProgressUpdate, publishProgress
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

FileDownloadTask

FileDownloadTask(String uriStr, File destFile, FileDownloadTask.Callback onSuccess)
Method Detail

doInBackground

BooleandoInBackground(String args)