GOG GALAXY SDK Documentation
|
Listener for the event of a user being added to the friend list. More...
#include <IFriends.h>
Public Types | |
enum | InvitationDirection { INVITATION_DIRECTION_INCOMING , INVITATION_DIRECTION_OUTGOING } |
The direction of the invitation that initiated the change in the friend list. More... | |
Public Member Functions | |
virtual void | OnFriendAdded (GalaxyID userID, InvitationDirection invitationDirection)=0 |
Notification for the event of a user being added to the friend list. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< FRIEND_ADD_LISTENER > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the event of a user being added to the friend list.
enum InvitationDirection |
|
pure virtual |
Notification for the event of a user being added to the friend list.
[in] | userID | The ID of the user who has just been added to the friend list. |
[in] | invitationDirection | The direction of the invitation that determines the inviter and the invitee. |