Interface | Description |
---|---|
CommunicationManager |
The Communication manager allows you to make asynchronous requests to the server, mostly to fetch data.
|
CommunicationManager.Code |
The error codes received in
Handler.onFailure(Error) on the CommunicationManager |
CommunicationManager.PropertyKey |
Class | Description |
---|---|
HttpRequest |
Custom HTTP request to use with
HttpRequestExecutor . |
HttpRequest.Builder | |
HttpRequestExecutor |
Class intended just for internal SDK use to make custom HTTP requests to the Dashboard
|
Annotation Type | Description |
---|---|
CommunicationOptions |
Options used in
CommunicationManager . |
HttpMethod |
The supported HTTP methods used in the custom requests
|
HttpOption |
The supported HTTP options use in
HttpRequest |