public static interface CheckFbUserDetailsAsync.CheckFbUserDetailsListener
Modifier and Type | Method and Description |
---|---|
void |
onCheckFbUserDetailsAsynPostExecuteCompleted(FbUserDetailsOutputModel fbUserDetailsOutputModel,
int code,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onCheckFbUserDetailsAsynPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onCheckFbUserDetailsAsynPreExecuteStarted()
void onCheckFbUserDetailsAsynPostExecuteCompleted(FbUserDetailsOutputModel fbUserDetailsOutputModel, int code, java.lang.String message, java.lang.String response)
code
- Response Code From The Server