PhotoFactoryDocumentAsyncTask

public class PhotoFactoryDocumentAsyncTask extends AsyncTask<ImageDocument, Void, Photo>

Internal use only.

Constructors

PhotoFactoryDocumentAsyncTask
Link copied to clipboard
void PhotoFactoryDocumentAsyncTask(@NonNull() AsyncCallback<Photo, Exception> listener)

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()
getStatus
Link copied to clipboard
final AsyncTask.Status getStatus()
isCancelled
Link copied to clipboard
final boolean isCancelled()