Class ProcessingMode
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,ProcessingMode>
com.sinch.sdk.domains.conversation.models.v1.ProcessingMode
Whether or not Conversation API should store contacts and conversations for the app. For more
information, see Processing Modes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProcessingModeCreates contacts and conversations automatically when a message is sent or received and there's no existing contact or active conversation.static final ProcessingModeThe default Processing Mode. -
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessingModestatic Stringstatic Stream<ProcessingMode> values()Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
CONVERSATION
Creates contacts and conversations automatically when a message is sent or received and there's no existing contact or active conversation. -
DISPATCH
The default Processing Mode. Does not associate messages with contacts and conversations. This processing mode is mostly intended for unidirectional high volume SMS use cases. The lack of contacts and conversations limits some API features as related data won't be queryable in the Contact and Conversation APIs.
-
-
Method Details
-
values
-
from
-
valueOf
-