public static interface GetPPVPaymentAsync.GetPPVPaymentListener
| Modifier and Type | Method and Description |
|---|---|
void |
onGetPPVPaymentPostExecuteCompleted(PpvPaymentOutputModel ppvPaymentOutputModel,
int status,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onGetPPVPaymentPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onGetPPVPaymentPreExecuteStarted()
void onGetPPVPaymentPostExecuteCompleted(PpvPaymentOutputModel ppvPaymentOutputModel, int status, java.lang.String message, java.lang.String response)
ppvPaymentOutputModel - A Model Class which contain responses. To get that responses we need to call the respective getter methodsstatus - Response code from servermessage - Messageresponse - Contain json responses.