Enumeration to indicate the various kinds of messages that are recorded within a chat room.
Namespace:
Phoenix.DALAssembly: Phoenix.DAL (in Phoenix.DAL.dll) Version: 2.9.3209.25656 (2.9.0.0)
Syntax
| C# |
|---|
public enum ChatMessageType |
Members
| Member name | Description | |
|---|---|---|
| Standard | User entered message. | |
| UserEnteredRoom | A user has entered the room. | |
| UserLeftRoom | A user has left the room. | |
| InvitationSent | An invitation to join a room was sent to a user. | |
| InvitationCanceled | An invitation to join a room was cancelled by the user. | |
| InactiveUserLeftRoom | A user was removed from the room for failure to check in within a preset interval. | |
| InvitationUnanswered | An invitation to join a room has gone unanswered for a preset interval. | |
| LinkPosted | A link to a phoenix object was sent. | |
| NonPersisted | Message is for user interface usage only and not recorded in the database. |
Remarks
These values are stored in the database and therefore should not be modified here.
