public class ApiService extends java.lang.Object implements IApiService
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApiService.IApiServiceResponse |
| Constructor and Description |
|---|
ApiService(Config config,
IRestAdapter adapter,
IApiRequestFactory reqFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(java.lang.String tag) |
void |
release() |
void |
send(GigyaApiRequest request,
boolean blocking,
ApiService.IApiServiceResponse apiCallback) |
public ApiService(Config config, IRestAdapter adapter, IApiRequestFactory reqFactory)
public void send(GigyaApiRequest request, boolean blocking, ApiService.IApiServiceResponse apiCallback)
send in interface IApiServicepublic void release()
release in interface IApiServicepublic void cancel(java.lang.String tag)
cancel in interface IApiService