ICMessageSynchronizationPolicy (Discontinued)

🚧

Note

Please note that we have announced end of sale for Cordova SDK. It is no longer offered as a standard Webex Connect capability.

This class allows setting mode & limits to the message synchronization process.

setMode

This method allows you to set the mode of synchronization.

Syntax: void setMode(ICMessageSynchronizationMode mode)

Parameter

ParameterTypeDescription
modeICMessageSynchronizationModemessage synchronization mode.

setLimits

This method allows setting the maximum number of threads and a maximum number of messages per thread which will be synchronized.

Syntax: void setLimits(int maxThreads, int maxMessagesPerThread)

ParameterTypeDescription
maxThreadsintegermaximum number of threads which will be synchronized.
maxMessagesPerThreadintegermaximum number of messages per thread which will be synchronized