GOG GALAXY SDK Documentation
|
Listener for the event of retrieving requested list of incoming friend invitations. More...
#include <IFriends.h>
Public Types | |
enum | FailureReason { FAILURE_REASON_UNDEFINED , FAILURE_REASON_CONNECTION_FAILURE } |
The reason of a failure in retrieving the user's list of incoming friend invitations. More... | |
Public Member Functions | |
virtual void | OnFriendInvitationListRetrieveSuccess ()=0 |
Notification for the event of a success in retrieving the user's list of incoming friend invitations. More... | |
virtual void | OnFriendInvitationListRetrieveFailure (FailureReason failureReason)=0 |
Notification for the event of a failure in retrieving the user's list of incoming friend invitations. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< FRIEND_INVITATION_LIST_RETRIEVE_LISTENER > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the event of retrieving requested list of incoming friend invitations.
enum FailureReason |
|
pure virtual |
Notification for the event of a failure in retrieving the user's list of incoming friend invitations.
[in] | failureReason | The cause of the failure. |
|
pure virtual |
Notification for the event of a success in retrieving the user's list of incoming friend invitations.
In order to read subsequent invitation IDs, call and IFriends::GetFriendInvitationByIndex().