-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum SyncStatus extends Enum<SyncStatus>
If the message has been sent to the servers.
-
-
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 successfully synced.
SYNC_NEEDEDWhen the entity is new or changed.
-