-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum SyncStatus extends Enum<SyncStatus>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSyncStatus.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description AWAITING_ATTACHMENTSwhen message waits its' attachments to be sent
IN_PROGRESSwhen sync is in progress
FAILED_PERMANENTLYafter the retry strategy we still failed to sync this
COMPLETEDwhen the entity has been succesfully synced
SYNC_NEEDEDwhen the entity is new or changed
-