PushMessageStatus
Enum class represents the status of a push message.
Enum class representing the status of a push message.
Syntax: enum PushMessageStatus : Enum<PushMessageStatus>
Values | Description |
---|---|
DELIVERED | Indicates that the push message has been delivered. |
READ | Indicates that the push message has been read. |
Updated 8 days ago