Enumerations to indicate the status of an invitation sent to a user.
Namespace:
Phoenix.DALAssembly: Phoenix.DAL (in Phoenix.DAL.dll) Version: 2.9.3209.25656 (2.9.0.0)
Syntax
| C# |
|---|
public enum ChatRoomInvitationStatus |
Members
| Member name | Description | |
|---|---|---|
| Waiting | Invitation sent and awaiting response from the invitee. | |
| Reviewing | The invitee has received the invitation and is reviewing it. | |
| Accepted | Invitation was accepted by the invitee. | |
| Declined | Invitation was declined by the invitee. |
Remarks
These values are stored in the database and therefore should not be modified here.
