Class DeliveryStatus
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,DeliveryStatus>
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.DeliveryStatus
Shows the status of the message or event delivery
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DeliveryStatus
The message has been delivered.static final DeliveryStatus
Message delivery failed.static final DeliveryStatus
The message has been queued on the corresponding Conversation API channel.static final DeliveryStatus
The message has been read.static final DeliveryStatus
The Conversation API app is switch to a different channel to deliver the message. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeliveryStatus
static String
static Stream
<DeliveryStatus> values()
Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
QUEUED_ON_CHANNEL
The message has been queued on the corresponding Conversation API channel. -
DELIVERED
The message has been delivered. -
READ
The message has been read. -
FAILED
Message delivery failed. -
SWITCHING_CHANNEL
The Conversation API app is switch to a different channel to deliver the message.
-
-
Method Details
-
values
-
from
-
valueOf
-