AW CHAT TYPE
Jump to navigation
Jump to search
Minimum requirements | ||
---|---|---|
Added in version 2.1 | ||
SDK | build 13 |
AW_CHAT_TYPE
Type
Integer (read only)
Description
Type of chat message.
Notes
This attribute can be one of the following (as defined in Aw.h):
- AW_CHAT_SAID
- Normal chat message.
- AW_CHAT_BROADCAST
- Received from a public speaker.
- AW_CHAT_WHISPER
- Whispered chat message.
Usage
See AW_EVENT_CHAT for an example.