GOG GALAXY SDK Documentation
|
Listener for the event of sending an invitation without using the overlay. More...
#include <IFriends.h>
Public Types | |
enum | FailureReason { FAILURE_REASON_UNDEFINED , FAILURE_REASON_USER_DOES_NOT_EXIST , FAILURE_REASON_RECEIVER_DOES_NOT_ALLOW_INVITING , FAILURE_REASON_SENDER_DOES_NOT_ALLOW_INVITING , FAILURE_REASON_RECEIVER_BLOCKED , FAILURE_REASON_SENDER_BLOCKED , FAILURE_REASON_CONNECTION_FAILURE } |
The reason of a failure in sending an invitation. More... | |
Public Member Functions | |
virtual void | OnInvitationSendSuccess (GalaxyID userID, const char *connectionString)=0 |
Notification for the event of success in sending an invitation. More... | |
virtual void | OnInvitationSendFailure (GalaxyID userID, const char *connectionString, FailureReason failureReason)=0 |
Notification for the event of a failure in sending an invitation. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< INVITATION_SEND > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the event of sending an invitation without using the overlay.
enum FailureReason |
The reason of a failure in sending an invitation.
|
pure virtual |
Notification for the event of a failure in sending an invitation.
[in] | userID | The ID of the user to whom the invitation was being sent. |
[in] | connectionString | The string which contains connection info. |
[in] | failureReason | The cause of the failure. |
|
pure virtual |
Notification for the event of success in sending an invitation.
[in] | userID | The ID of the user to whom the invitation was being sent. |
[in] | connectionString | The string which contains connection info. |