Class DeliveryStates
Represents the various states of a delivery process.
Inheritance
System.Object
DeliveryStates
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public sealed class DeliveryStates : Enum
Fields
Delivered
The message has been successfully delivered.
Declaration
public const DeliveryStates Delivered
Field Value
Type |
---|
DeliveryStates |
Failed
The message has been failed to sent yet.
Declaration
public const DeliveryStates Failed
Field Value
Type |
---|
DeliveryStates |
None
Default Value.
Declaration
public const DeliveryStates None
Field Value
Type |
---|
DeliveryStates |
Read
The message has been delivered and seen by the recipient.
Declaration
public const DeliveryStates Read
Field Value
Type |
---|
DeliveryStates |
Sent
The message has been sent but not yet delivered.
Declaration
public const DeliveryStates Sent
Field Value
Type |
---|
DeliveryStates |