|
SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
|
Dispatched when a buddy is removed successfully from the current user's buddies list. More...
#include <SFSEvent.h>
Public Attributes | |
| std::shared_ptr< entities::Buddy > | buddy |
| The buddy that was removed. | |
Dispatched when a buddy is removed successfully from the current user's buddies list.
Sent in response to a requests::buddy::RemoveBuddyRequest.
| std::shared_ptr<entities::Buddy> sfs3::event::BuddyRemove::buddy |
The buddy that was removed.
It is the instance the BuddyManager held until this response arrived; when the event is dispatched it is already detached from the manager.