public abstract class VoucherifyCallback<T>
extends java.lang.Object
| Constructor and Description |
|---|
VoucherifyCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
boolean |
isCancelled() |
void |
onFailure(VoucherifyError error) |
abstract void |
onSuccess(T result) |
public abstract void onSuccess(T result)
public void onFailure(VoucherifyError error)
public void cancel()
public boolean isCancelled()