Package net.gini.android
Class Gini
- java.lang.Object
-
- net.gini.android.Gini
-
public class Gini extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGini(DocumentTaskManager documentTaskManager, CredentialsStore credentialsStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialsStoregetCredentialsStore()Get the instance of the CredentialsStore implementation which is used to store user information.DocumentTaskManagergetDocumentTaskManager()Get the instance of the DocumentTaskManager.
-
-
-
Constructor Detail
-
Gini
protected Gini(DocumentTaskManager documentTaskManager, CredentialsStore credentialsStore)
-
-
Method Detail
-
getDocumentTaskManager
public DocumentTaskManager getDocumentTaskManager()
Get the instance of the DocumentTaskManager. The DocumentTaskManager provides high level methods to handle document related tasks easily.
-
getCredentialsStore
public CredentialsStore getCredentialsStore()
Get the instance of the CredentialsStore implementation which is used to store user information. Handy to get information on the "anonymous" user.
-
-