public static interface RegistrationAsync.RegistrationDetailsListener
| Modifier and Type | Method and Description |
|---|---|
void |
onRegistrationDetailsPostExecuteCompleted(RegistrationOutputModel registration_output,
int code,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onRegistrationDetailsPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onRegistrationDetailsPreExecuteStarted()
void onRegistrationDetailsPostExecuteCompleted(RegistrationOutputModel registration_output, int code, java.lang.String message, java.lang.String response)
registration_output - A Model Class which contain responses. To get that responses we need to call the respective getter methods.code - Response Code from the servermessage - On Success Messageresponse - JSON Response