public static interface AddContentRatingAsync.AddContentRatingListener
Modifier and Type | Method and Description |
---|---|
void |
onAddContentRatingPostExecuteCompleted(AddContentRatingOutputModel addContentRatingOutputModel,
int code,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onAddContentRatingPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onAddContentRatingPreExecuteStarted()
void onAddContentRatingPostExecuteCompleted(AddContentRatingOutputModel addContentRatingOutputModel, int code, java.lang.String message, java.lang.String response)
addContentRatingOutputModel
- A Model Class which contain responses. To get that responses we need to call the respective getter methods.code
- Response Code from the servermessage
- Holds the Statusresponse
- Contain json responses.