public interface GenericHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(Exception exception)
This callback method is invoked when call has failed.
|
void |
onSuccess()
This callback method is invoked when the call has successfully completed.
|
void onSuccess()
void onFailure(Exception exception)
exception for cause.exception - REQUIRED: Failure details.Copyright © 2020. All rights reserved.