GOG GALAXY SDK Documentation
|
Listener for the event of receiving chat room messages. More...
#include <IChat.h>
Public Member Functions | |
virtual void | OnChatRoomMessagesReceived (ChatRoomID chatRoomID, uint32_t messageCount, uint32_t longestMessageLenght)=0 |
Notification for the event of receiving chat room messages. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< CHAT_ROOM_MESSAGES_LISTENER > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the event of receiving chat room messages.
|
pure virtual |
Notification for the event of receiving chat room messages.
In order to read subsequent messages, call IChat::GetChatRoomMessageByIndex().
[in] | chatRoomID | The ID of the chat room. |
[in] | messageCount | The amount of messages received in the chat room. |
[in] | longestMessageLenght | The length of the longest message. |