GOG GALAXY SDK Documentation
|
Listener for the event of creating an OpenID connection. More...
#include <IUser.h>
Public Types | |
enum | FailureReason { FAILURE_REASON_UNDEFINED , FAILURE_REASON_CONNECTION_FAILURE } |
Public Member Functions | |
virtual void | OnPlayFabCreateOpenIDConnectionSuccess (bool connectionAlreadyExists)=0 |
Notification for an event of a success in creating OpenID connection. | |
virtual void | OnPlayFabCreateOpenIDConnectionFailure (FailureReason failureReason)=0 |
Notification for the event of a failure in creating OpenID connection. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< PLAYFAB_CREATE_OPENID_CONNECTION > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the event of creating an OpenID connection.
enum FailureReason |
|
pure virtual |
Notification for the event of a failure in creating OpenID connection.
[in] | failureReason | The cause of the failure. |