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 |
GetMenusAsync.doInBackground(GetMenusInputModel... params)
Background thread to execute.
|
protected java.lang.Void |
GetAppMenuAsync.doInBackground(GetMenusInputModel... params)
Background thread to execute.
|
Constructor and Description |
---|
GetAppMenuAsync(GetMenusInputModel getMenusInputModel,
GetAppMenuAsync.GetMenusListener listener,
android.content.Context context)
Constructor to initialise the private data members.
|
GetMenusAsync(GetMenusInputModel getMenusInputModel,
GetMenusAsync.GetMenusListener listener,
android.content.Context context)
Constructor to initialise the private data members.
|