public static interface ContactUsAsync.ContactUsListener
Modifier and Type | Method and Description |
---|---|
void |
onContactUsPostExecuteCompleted(ContactUsOutputModel contactUsOutputModel,
int status,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onContactUsPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onContactUsPreExecuteStarted()
void onContactUsPostExecuteCompleted(ContactUsOutputModel contactUsOutputModel, int status, java.lang.String message, java.lang.String response)
contactUsOutputModel
- A Model Class which contain responses. To get that responses we need to call the respective getter methods.message
- On Success Messagestatus
- For Getting the coderesponse
- Contain json responses.