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 |
SearchDataAsync.doInBackground(Search_Data_input... params)
Background thread to execute.
|
Constructor and Description |
---|
SearchDataAsync(Search_Data_input search_data_input,
SearchDataAsync.SearchDataListener listener,
android.content.Context context)
Constructor to initialise the private data members.
|