Enum ChatTopicFlag
Chat Topic flags This Enum is used by: chat_topic.flags This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum ChatTopicFlag
Fields
| Name | Description |
|---|---|
| CollectConsent | 4: Collect GDPR consent before chat |
| EmailAlert | 2: Alert using E-mail |
| None | 0: Nothing |
| OfflineCollectConsent | 32: Collect GDPR consent on offline chat form |
| PopupAlert | 1: Alert using Popup |
| UseCustomQueueMessage | 8: Use custom queue message |
| UseQueueOfflineForm | 64: Use offline form capability from queue |
| WidgetSizeLarge | 16: Show large widget |