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 intDATASET_ADDEDstatic intDATASET_REMOVEDstatic intITEM_NOT_SYNCEDstatic intITEM_SCHEDULEDstatic intITEM_SYNC_FAILEDstatic intITEM_SYNCEDstatic intITEM_SYNCINGstatic intSYNC_FAILEDstatic intSYNC_FINISHEDstatic intSYNC_STARTEDstatic intSYNC_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
-
-