public static interface CheckDeviceAsync.CheckDeviceListener
Modifier and Type | Method and Description |
---|---|
void |
onCheckDevicePostExecuteCompleted(CheckDeviceOutputModel checkDeviceOutput,
int code,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onCheckDevicePreExecuteStarted()
This method will be invoked before controller start execution.
|
void onCheckDevicePreExecuteStarted()
void onCheckDevicePostExecuteCompleted(CheckDeviceOutputModel checkDeviceOutput, int code, java.lang.String message, java.lang.String response)
checkDeviceOutput
- 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
- Contain json responses.