Package | Description |
---|---|
com.release.muvisdk.apiController |
This is the Package which contains all the Controller Classes to execute APIs
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
GetMarlinBBOfflineAsync.doInBackground(MarlinBBOfflineOutput... params)
Background thread to execute.
|
void |
GetMarlinBBOfflineAsync.MarlinBBOfflineListener.onMarlinBBOfflinePostExecuteCompleted(MarlinBBOfflineOutput marlinBBOfflineOutput,
int code,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|