Package net.gini.android.core.api

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. It provides high level methods to handle document related tasks easily.

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.
GiniApiType
Link copied to clipboard
public enum GiniApiType
The current supported APIs.
MediaTypes
Link copied to clipboard
public class MediaTypes
RequestQueueBuilder
Link copied to clipboard
public final class RequestQueueBuilder
Helper class for creating com.android.volley.RequestQueue instances.
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