SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
Loading...
Searching...
No Matches
sfs3::event::BuddyRemove Struct Reference

Dispatched when a buddy is removed successfully from the current user's buddies list. More...

#include <SFSEvent.h>

Public Attributes

std::shared_ptr< entities::Buddybuddy
 The buddy that was removed.

Detailed Description

Dispatched when a buddy is removed successfully from the current user's buddies list.

Sent in response to a requests::buddy::RemoveBuddyRequest.

See also
requests::buddy::RemoveBuddyRequest
entities::Buddy
SFSEvent::BUDDY_ADD
SFSEvent::BUDDY_ERROR

Member Data Documentation

◆ buddy

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.


The documentation for this struct was generated from the following file: