Patient Cloud AppConnect Android API References
|
Static Public Member Functions | |
static synchronized Datastore | create () |
static synchronized void | reset () |
static synchronized void | useDiskStorage (File diskDir) |
DatastoreFactory is a factory object that you can use to create Datastore instances.
|
static |
Creates a new Datastore instance. Note that you must call useDiskStorage(java.io.File) before calling this function.
|
static |
Resets DatastoreFactory. If further create() are made, you must call useDiskStorage(java.io.File) ahead of these following create() calls.
|
static |