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
Modifier and TypeFieldDescriptionstatic final ProcessingMode
The default Processing Mode.static final ProcessingMode
Does not associate messages with contacts and conversations. -
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessingMode
static String
static Stream
<ProcessingMode> values()
Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
CONVERSATION
The default Processing Mode. Creates contacts and conversations automatically when a message is sent or received and there's no existing contact or active conversation. -
DISPATCH
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
-