Uses of Class
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery.DeliveryStatus
Package
Description
Conversation models for
DELIVERY
sent onto callbacks-
Uses of DeliveryStatus in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery
Modifier and TypeFieldDescriptionstatic final DeliveryStatus
DeliveryStatus.DELIVERED
The message has been delivered.static final DeliveryStatus
DeliveryStatus.FAILED
Message delivery failed.static final DeliveryStatus
DeliveryStatus.QUEUED_ON_CHANNEL
The message has been queued on the corresponding Conversation API channel.static final DeliveryStatus
DeliveryStatus.READ
The message has been read.static final DeliveryStatus
DeliveryStatus.SWITCHING_CHANNEL
The Conversation API app is switch to a different channel to deliver the message.Modifier and TypeMethodDescriptionstatic DeliveryStatus
EventDeliveryReport.getStatus()
Get statusMessageDeliveryReport.getStatus()
Get statusModifier and TypeMethodDescriptionEventDeliveryReport.Builder.setStatus
(DeliveryStatus status) see getterMessageDeliveryReport.Builder.setStatus
(DeliveryStatus status) see getterstatic String
DeliveryStatus.valueOf
(DeliveryStatus e)