public static interface ViewContentRatingAsync.ViewContentRatingListener
| Modifier and Type | Method and Description |
|---|---|
void |
onViewContentRatingPostExecuteCompleted(ViewContentRatingOutputModel viewContentRatingOutputModel,
int code,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onViewContentRatingPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onViewContentRatingPreExecuteStarted()
void onViewContentRatingPostExecuteCompleted(ViewContentRatingOutputModel viewContentRatingOutputModel, int code, java.lang.String message, java.lang.String response)
viewContentRatingOutputModel - 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 Message