Package net. gini. android. core. api
Types
Api Communicator
Link copied to clipboard
public class ApiCommunicator
Content copied to clipboard
The ApiCommunicator is responsible for communication with the Gini API.
Document Manager
Link copied to clipboard
public final class DocumentManager
Content copied to clipboard
The DocumentManager is a high level API on top of the Gini API, which is used via the ApiCommunicator. It provides high level methods to handle document related tasks easily.
Document Metadata
Link copied to clipboard
public class DocumentMetadata
Content copied to clipboard
Use this class to pass additional information for a document when uploading it to the Gini API.
Document Task Manager
Link copied to clipboard
public class DocumentTaskManager
Content copied to clipboard
The DocumentTaskManager is a high level API on top of the Gini API, which is used via the ApiCommunicator.
Gini Api Type
Link copied to clipboard
public enum GiniApiType
Content copied to clipboard
The current supported APIs.
Media Types
Link copied to clipboard
public class MediaTypes
Content copied to clipboard
Request Queue Builder
Link copied to clipboard
public final class RequestQueueBuilder
Content copied to clipboard
Helper class for creating com.android.volley.RequestQueue instances.
Request Task Completion Source
Link copied to clipboard
public class RequestTaskCompletionSource<T> implements Response.Listener<T>, Response.ErrorListener
Content copied to clipboard
Handy class to wrap Bolt's tasks around a volley request.