GOG GALAXY SDK Documentation
IFriendInvitationListener Class Referenceabstract

Listener for the event of receiving a friend invitation. More...

#include <IFriends.h>

Inheritance diagram for IFriendInvitationListener:
[legend]

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...
 

Detailed Description

Listener for the event of receiving a friend invitation.

Member Function Documentation

◆ OnFriendInvitationReceived()

virtual void OnFriendInvitationReceived ( GalaxyID  userID,
uint32_t  sendTime 
)
pure virtual

Notification for the event of receiving a friend invitation.

Parameters
[in]userIDThe ID of the user who sent the friend invitation.
[in]sendTimeThe time at which the friend invitation was sent.