Class ProcessingMode

java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,ProcessingMode>
com.sinch.sdk.domains.conversation.models.v1.ProcessingMode

public class ProcessingMode extends EnumDynamic<String,ProcessingMode>
Whether or not Conversation API should store contacts and conversations for the app. For more information, see Processing Modes.
  • Field Details

    • CONVERSATION

      public static final ProcessingMode 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

      public static final ProcessingMode 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