Package net.gini.android

Types

ApiCommunicator
Link copied to clipboard
public class ApiCommunicator
The ApiCommunicator is responsible for communication with the Gini API.
DocumentManager
Link copied to clipboard
public final class DocumentManager
The DocumentManager is a high level API on top of the Gini API, which is used via the ApiCommunicator.
DocumentMetadata
Link copied to clipboard
public class DocumentMetadata
Use this class to pass additional information for a document when uploading it to the Gini API.
DocumentTaskManager
Link copied to clipboard
public class DocumentTaskManager
The DocumentTaskManager is a high level API on top of the Gini API, which is used via the ApiCommunicator.
Gini
Link copied to clipboard
public class Gini
GiniApiType
Link copied to clipboard
public enum GiniApiType
The current supported APIs.
GiniBuilder
Link copied to clipboard
public class GiniBuilder
MediaTypes
Link copied to clipboard
public class MediaTypes
RequestTaskCompletionSource
Link copied to clipboard
public class RequestTaskCompletionSource<T> implements Response.Listener<T>, Response.ErrorListener
Handy class to wrap Bolt's tasks around a volley request.
Utils
Link copied to clipboard
public class Utils