GOG GALAXY SDK Documentation
ISpecificUserDataListener Class Referenceabstract

Listener for the events related to user data changes. More...

#include <IUser.h>

Inheritance diagram for ISpecificUserDataListener:
[legend]

Public Member Functions

virtual void OnSpecificUserDataUpdated (GalaxyID userID)=0
 Notification for the event of user data change. More...
 

Additional Inherited Members

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

Detailed Description

Listener for the events related to user data changes.

Member Function Documentation

◆ OnSpecificUserDataUpdated()

virtual void OnSpecificUserDataUpdated ( GalaxyID  userID)
pure virtual

Notification for the event of user data change.

Parameters
[in]userIDThe ID of the user.