SynchronizationStatus

enum SynchronizationStatus

Indicates synchronization status for conversation.

Attempts to query information that has not been synchronized yet will result in return of null value for that property.

Entries

FAILED
Link copied to clipboard

Conversation synchronization failed.

ALL
Link copied to clipboard

Conversation collections: participants, messages can be fetched.

METADATA
Link copied to clipboard

Conversation metadata: friendly name, conversation SID, attributes, unique name.

IDENTIFIER
Link copied to clipboard

Conversation SID, not synchronized with cloud.

NONE
Link copied to clipboard

Local copy, does not exist in cloud.

Functions

fromInt
Link copied to clipboard
open fun fromInt(value: Int): Conversation.SynchronizationStatus
isAtLeast
Link copied to clipboard
open fun isAtLeast(s: Conversation.SynchronizationStatus): Boolean
Check if conversation synchronization is at least at the given state.
valueOf
Link copied to clipboard
open fun valueOf(name: String): Conversation.SynchronizationStatus
values
Link copied to clipboard
open fun values(): Array<Conversation.SynchronizationStatus>

Properties

value
Link copied to clipboard
private val value: Int