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 |
LoginAsync.doInBackground(Login_input... params)
Background thread to execute.
|
Constructor and Description |
---|
LoginAsync(Login_input login_input,
LoginAsync.LoinDetailsListener listener,
android.content.Context context)
Constructor to initialise the private data members.
|