GOG GALAXY SDK Documentation
IGogServicesConnectionStateListener Class Referenceabstract

Listener for the event of GOG services connection change. More...

#include <IUtils.h>

Inheritance diagram for IGogServicesConnectionStateListener:
[legend]

Public Member Functions

virtual void OnConnectionStateChange (GogServicesConnectionState connectionState)=0
 Notification of the GOG services connection changed. More...
 

Additional Inherited Members

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

Detailed Description

Listener for the event of GOG services connection change.

Member Function Documentation

◆ OnConnectionStateChange()

virtual void OnConnectionStateChange ( GogServicesConnectionState  connectionState)
pure virtual

Notification of the GOG services connection changed.

Parameters
[in]connectionStateCurrent connection state.