public static interface GetVideoLogDetailsAsync.GetFFVideoLogsListener
Modifier and Type | Method and Description |
---|---|
void |
onGetFFVideoLogsPostExecuteCompleted(FFVideoLogDetailsOutputModel ffVideoLogDetailsOutputModel,
int code,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onGetFFVideoLogsPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onGetFFVideoLogsPreExecuteStarted()
void onGetFFVideoLogsPostExecuteCompleted(FFVideoLogDetailsOutputModel ffVideoLogDetailsOutputModel, int code, java.lang.String message, java.lang.String response)
code
- Response Code From the Server.