-
- All Implemented Interfaces:
-
com.gigya.android.sdk.api.IApiService
public class ApiService implements IApiService
Service responsible for mediating and executing HTTP based api requests.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceApiService.IApiServiceResponse
-
Constructor Summary
Constructors Constructor Description ApiService(Config config, IRestAdapter adapter, IApiRequestFactory reqFactory, IPersistenceService psService)
-
Method Summary
Modifier and Type Method Description voidsend(GigyaApiRequest request, ApiService.IApiServiceResponse apiCallback)voidsend(GigyaApiRequest request, boolean blocking, ApiService.IApiServiceResponse apiCallback)voidrelease()voidcancel(String tag)voidgetSdkConfig(ApiService.IApiServiceResponse apiCallback)-
-
Constructor Detail
-
ApiService
ApiService(Config config, IRestAdapter adapter, IApiRequestFactory reqFactory, IPersistenceService psService)
-
-
Method Detail
-
send
void send(GigyaApiRequest request, ApiService.IApiServiceResponse apiCallback)
-
send
void send(GigyaApiRequest request, boolean blocking, ApiService.IApiServiceResponse apiCallback)
-
release
void release()
-
getSdkConfig
void getSdkConfig(ApiService.IApiServiceResponse apiCallback)
-
-
-
-