public class ImportRemoteFileTask extends ImportFileTask
ImportFileTask.Callback, ImportFileTask.ProgressUpdate, ImportFileTask.Result
Modifier and Type | Field and Description |
---|---|
static int |
FlagNotifyUserSuccess |
static int |
FlagUpdateResourceLocalPath |
_context, FlagCopyFile, FlagHideFile, FlagImportInPlace, FlagKMZStrictMode, FlagPromptOnMultipleMatch, FlagPromptOverwrite, FlagShowNotificationsDuringImport, FlagSkipDeleteOnMD5Match, FlagValidateExt, FlagZoomToFile
Constructor and Description |
---|
ImportRemoteFileTask(android.content.Context context,
RemoteResource resource,
int notificationId) |
Modifier and Type | Method and Description |
---|---|
protected void |
onPostExecute(ImportFileTask.Result result) |
addFlag, checkFlag, checkFlag, doInBackground, getFlags, onProgressUpdate, removeFlag, setFlags
public static final int FlagNotifyUserSuccess
public static final int FlagUpdateResourceLocalPath
public ImportRemoteFileTask(android.content.Context context, RemoteResource resource, int notificationId)
protected void onPostExecute(ImportFileTask.Result result)
onPostExecute
in class ImportFileTask