| 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 |
AddGuestUserAsync.doInBackground(AddToFavInputModel... params)
Background thread to execute.
|
protected java.lang.Void |
AddToUnFollowAsync.doInBackground(AddToFavInputModel... params)
Background thread to execute.
|
protected java.lang.Void |
AddToFavAsync.doInBackground(AddToFavInputModel... params)
Background thread to execute.
|
protected java.lang.Void |
AddToFollowAsync.doInBackground(AddToFavInputModel... params)
Background thread to execute.
|
| Constructor and Description |
|---|
AddToFavAsync(AddToFavInputModel addToFavInputModel,
AddToFavAsync.AddToFavListener listener,
android.content.Context context)
Constructor to initialise the private data members.
|