|
SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
|
Dispatched when an object with custom data is received from another user in one of the joined Rooms. More...
#include <SFSEvent.h>
Public Attributes | |
| std::shared_ptr< entities::User > | sender |
| The user who sent the message. | |
| std::shared_ptr< entities::SFSObject > | data |
| The content of the message: the custom parameters put there by the sender. | |
Dispatched when an object with custom data is received from another user in one of the joined Rooms.
It is caused by a requests::ObjectMessageRequest. Unlike the chat messages, this one is not echoed back to its sender.