public interface CompleteCallback
CompleteCallback interface represents an asynchronous callback without any value.
It only indicates completion or error.| Modifier and Type | Method and Description |
|---|---|
void |
onComplete()
Callback for when the request is successfully executed.
|
void |
onError(UsherException e)
Callback for when the request encounters an error.
|
void onComplete()
onError(UsherException).void onError(UsherException e)
onComplete().e - See UsherException