Click or drag to resize
InitiatedChatRequestStateEnum Enumeration
State of initiated chat request.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public enum InitiatedChatRequestStateEnum
Members
  Member nameValueDescription
New1 Default state. User will be notified about requests in this state.
Accepted2 User has accepted this request and is (or was) chatting with supporter.
Declined3 Request was declined and shall not be shown to user ever again.
Deleted4 Request is marked for deletion - should be removed from cache and will be deleted from database in the next cleaning.
See Also