GOG GALAXY SDK Documentation
|
Listener for the event of receiving a friend invitation. More...
#include <IFriends.h>
Public Member Functions | |
virtual void | OnFriendInvitationReceived (GalaxyID userID, uint32_t sendTime)=0 |
Notification for the event of receiving a friend invitation. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< FRIEND_INVITATION_LISTENER > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the event of receiving a friend invitation.
|
pure virtual |
Notification for the event of receiving a friend invitation.
[in] | userID | The ID of the user who sent the friend invitation. |
[in] | sendTime | The time at which the friend invitation was sent. |