Package com.mapsindoors.mapssdk
Class DataSetManagerStatus
- java.lang.Object
-
- com.mapsindoors.mapssdk.DataSetManagerStatus
-
public class DataSetManagerStatus extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DATASET_ADDED
static int
DATASET_REMOVED
static int
ITEM_NOT_SYNCED
static int
ITEM_SCHEDULED
static int
ITEM_SYNC_FAILED
static int
ITEM_SYNCED
static int
ITEM_SYNCING
static int
SYNC_FAILED
static int
SYNC_FINISHED
static int
SYNC_STARTED
static int
SYNC_WILL_START
-
Constructor Summary
Constructors Constructor Description DataSetManagerStatus()
-
-
-
Field Detail
-
SYNC_WILL_START
public static final int SYNC_WILL_START
- See Also:
- Constant Field Values
-
SYNC_STARTED
public static final int SYNC_STARTED
- See Also:
- Constant Field Values
-
SYNC_FINISHED
public static final int SYNC_FINISHED
- See Also:
- Constant Field Values
-
SYNC_FAILED
public static final int SYNC_FAILED
- See Also:
- Constant Field Values
-
DATASET_ADDED
public static final int DATASET_ADDED
- See Also:
- Constant Field Values
-
DATASET_REMOVED
public static final int DATASET_REMOVED
- See Also:
- Constant Field Values
-
ITEM_NOT_SYNCED
public static final int ITEM_NOT_SYNCED
- See Also:
- Constant Field Values
-
ITEM_SCHEDULED
public static final int ITEM_SCHEDULED
- See Also:
- Constant Field Values
-
ITEM_SYNCING
public static final int ITEM_SYNCING
- See Also:
- Constant Field Values
-
ITEM_SYNCED
public static final int ITEM_SYNCED
- See Also:
- Constant Field Values
-
ITEM_SYNC_FAILED
public static final int ITEM_SYNC_FAILED
- See Also:
- Constant Field Values
-
-