java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,DeliveryStatus>
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.DeliveryStatus

public class DeliveryStatus extends EnumDynamic<String,DeliveryStatus>
Shows the status of the message or event delivery
  • Field Details

    • QUEUED_ON_CHANNEL

      public static final DeliveryStatus QUEUED_ON_CHANNEL
      The message has been queued on the corresponding Conversation API channel.
    • DELIVERED

      public static final DeliveryStatus DELIVERED
      The message has been delivered.
    • READ

      public static final DeliveryStatus READ
      The message has been read.
    • FAILED

      public static final DeliveryStatus FAILED
      Message delivery failed.
    • SWITCHING_CHANNEL

      public static final DeliveryStatus SWITCHING_CHANNEL
      The Conversation API app is switch to a different channel to deliver the message.
  • Method Details