AbstractImportImageUrisAsyncTask

public abstract class AbstractImportImageUrisAsyncTask extends AsyncTask<Uri, Integer, ImageMultiPageDocument>

Internal use only.

Functions

cancel
Link copied to clipboard
final boolean cancel(boolean mayInterruptIfRunning)
execute
Link copied to clipboard
final AsyncTask<Params, Progress, Resultexecute(Array<Params> params)
static void execute(Runnable runnable)
executeOnExecutor
Link copied to clipboard
final AsyncTask<Params, Progress, ResultexecuteOnExecutor(Executor exec, Array<Params> params)
get
Link copied to clipboard
final Result get()
getCallback
Link copied to clipboard
getContext
Link copied to clipboard
Context getContext()
getImportMethod
Link copied to clipboard
Document.ImportMethod getImportMethod()
getSource
Link copied to clipboard
Document.Source getSource()
getStatus
Link copied to clipboard
final AsyncTask.Status getStatus()
isCancelled
Link copied to clipboard
final boolean isCancelled()