MessageSyncronizationMode
Enum class represents the message synchronization mode.
Enum class representing the message synchronization mode.
Entries | Value | Description |
---|---|---|
None | form | It indicates that no synchronization is required. |
Limited | limited | It indicates that limited synchronization is required. |
Full | full | It 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
Parameters | Type | Description |
---|---|---|
value | String | The string representing the message synchronization mode. |
Updated about 1 month ago