ChatMode
public enum ChatMode
Enum representing different modes for chat functionality.
This enum defines various modes for chat operations, allowing customization based on specific use cases.
Mode | Description |
---|---|
singlethread |
Indicates a single-threaded chat mode. |
multithread |
Indicates a multi-threaded chat mode. |
liveChat |
Indicates a live chat mode. |
-
Indicates a single-threaded chat mode.
Declaration
Swift
case singlethread
-
Indicates a multi-threaded chat mode.
Declaration
Swift
case multithread
-
Indicates a live chat mode.
Declaration
Swift
case liveChat