GOG GALAXY SDK Documentation
|
Listener for the event of rich presence modification. More...
#include <IFriends.h>
Public Types | |
enum | FailureReason { FAILURE_REASON_UNDEFINED , FAILURE_REASON_CONNECTION_FAILURE } |
The reason of a failure in rich presence modification. More... | |
Public Member Functions | |
virtual void | OnRichPresenceChangeSuccess ()=0 |
Notification for the event of successful rich presence change. | |
virtual void | OnRichPresenceChangeFailure (FailureReason failureReason)=0 |
Notification for the event of failure to modify rich presence. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< RICH_PRESENCE_CHANGE_LISTENER > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the event of rich presence modification.
enum FailureReason |
|
pure virtual |
Notification for the event of failure to modify rich presence.
[in] | failureReason | The cause of the failure. |