MessageSyncronizationMode

Enum class represents the message synchronization mode.

Enum class representing the message synchronization mode.

EntriesValueDescription
NoneformIt indicates that no synchronization is required.
LimitedlimitedIt indicates that limited synchronization is required.
FullfullIt indicates that full synchronization is required.

Companion Functions

fromValue

Converts a string to the corresponding MessageSynchronizationMode.

Syntax: fun fromValue(value: String): MessageSynchronizationMode?

Return value: The MessageSynchronizationMode corresponding to the given string value. null if no matching message synchronization mode is found.

Parameters

ParametersTypeDescription
valueStringThe string representing the message synchronization mode.