T - @FunctionalInterface
public static interface TaskProgressDialog.FailedHandler<T>
| Modifier and Type | Method and Description |
|---|---|
T |
failedWithException(java.lang.Throwable exception)
Will be called when the task fails,
|
T failedWithException(java.lang.Throwable exception)
exception - The exception the task failed with