Skip to main content

LocalMessageState

A possible additional local state of the message. Applies only for the messages of the current user.

public enum LocalMessageState: String 

Inheritance

String

Enumeration Cases

pendingSync

The message is waiting to be synced.

case pendingSync

syncing

The message is currently being synced

case syncing

syncingFailed

Syncing of the message failed after multiple of tries. The system is not trying to sync this message anymore.

case syncingFailed

pendingSend

The message is waiting to be sent.

case pendingSend

sending

The message is currently being sent to the servers.

case sending

sendingFailed

Sending of the message failed after multiple of tries. The system is not trying to send this message anymore.

case sendingFailed

deleting

The message is waiting to be deleted.

case deleting

deletingFailed

Deleting of the message failed after multiple of tries. The system is not trying to delete this message anymore.

case deletingFailed

Did you find this page helpful?