Show / Hide Table of Contents

Enum ChatSessionFlags

Value for field 'flags' in table 'chat_session'. This Enum is used by: chat_session.flags This Enum consists of flag values that can be combined.

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum ChatSessionFlags : short

Fields

Name Description
CustomerIsTyping

0: Set if the customer is currently typing a chat message

UserIsTyping

1: Set if the agent is currently typing a chat message

Extension Methods

EnumUtil.MapEnums<SuperOffice.Data.ChatSessionFlags, To>()
ObjectExtensions.AssignByReflection<ChatSessionFlags>(ChatSessionFlags)
ObjectExtensions.GraphCopy<ChatSessionFlags>()
Converters.MapEnums<ChatSessionFlags, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top