public abstract class NetworkRequest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected WebServiceApi |
webServiceApi |
| Constructor and Description |
|---|
NetworkRequest(WebServiceApi webServiceApi,
android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConnected() |
abstract void |
makeRequest(java.util.HashMap<java.lang.String,java.lang.String> params) |
protected WebServiceApi webServiceApi
public NetworkRequest(WebServiceApi webServiceApi, android.content.Context context)