GOG GALAXY SDK Documentation
|
Listener for the event of a change of the operational state. More...
#include <IUser.h>
Public Types | |
enum | OperationalState { OPERATIONAL_STATE_SIGNED_IN = 0x0001 , OPERATIONAL_STATE_LOGGED_ON = 0x0002 } |
Aspect of the operational state. More... | |
Public Member Functions | |
virtual void | OnOperationalStateChanged (uint32_t operationalState)=0 |
Notification for the event of a change of the operational state. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< OPERATIONAL_STATE_CHANGE > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the event of a change of the operational state.
enum OperationalState |
|
pure virtual |
Notification for the event of a change of the operational state.
[in] | operationalState | The sum of the bit flags representing the operational state, as defined in IOperationalStateChangeListener::OperationalState. |