GOG GALAXY SDK Documentation
IRichPresenceListener Class Referenceabstract

Listener for the event of any user rich presence update. More...

#include <IFriends.h>

Inheritance diagram for IRichPresenceListener:
[legend]

Public Member Functions

virtual void OnRichPresenceUpdated (GalaxyID userID)=0
 Notification for the event of successful rich presence update. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from GalaxyTypeAwareListener< RICH_PRESENCE_LISTENER >
static ListenerType GetListenerType ()
 Returns the type of the listener. More...
 

Detailed Description

Listener for the event of any user rich presence update.

Member Function Documentation

◆ OnRichPresenceUpdated()

virtual void OnRichPresenceUpdated ( GalaxyID  userID)
pure virtual

Notification for the event of successful rich presence update.

Parameters
[in]userIDThe ID of the user.