public static interface GetMediaQueueAsync.GetMediaQueue
| Modifier and Type | Method and Description |
|---|---|
void |
GetMediaQueuePostExecute(MediaQueueOutput getMediaQueueOutput,
int code,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
GetMediaQueuePreExecute()
This method will be invoked before controller start execution.
|
void GetMediaQueuePreExecute()
void GetMediaQueuePostExecute(MediaQueueOutput getMediaQueueOutput, int code, java.lang.String message, java.lang.String response)
getMediaQueueOutput - A Model Class which contain responses. To get that responses we need to call the respective getter methodscode - Response code from servermessage - Messageresponse - Contain json responses.