|
SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
|
Dispatched when a buddy is added successfully to the current user's buddies list. More...
#include <SFSEvent.h>
Public Attributes | |
| std::shared_ptr< entities::Buddy > | buddy |
| The buddy that was added. | |
Dispatched when a buddy is added successfully to the current user's buddies list.
Sent in response to a requests::buddy::AddBuddyRequest.
| std::shared_ptr<entities::Buddy> sfs3::event::BuddyAdd::buddy |
The buddy that was added.
It is the live instance the BuddyManager now holds, not a snapshot.