menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DeliveryStates - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved