|
GOG GALAXY SDK Documentation
|
Listener for the event of searching a user. More...
#include <IFriends.h>
Public Types | |
| enum | FailureReason { FAILURE_REASON_UNDEFINED , FAILURE_REASON_USER_NOT_FOUND , FAILURE_REASON_CONNECTION_FAILURE } |
| The reason of a failure in searching a user. More... | |
Public Member Functions | |
| virtual void | OnUserFindSuccess (const char *userSpecifier, GalaxyID userID)=0 |
| Notification for the event of success in finding a user. More... | |
| virtual void | OnUserFindFailure (const char *userSpecifier, FailureReason failureReason)=0 |
| Notification for the event of a failure in finding a user. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< USER_FIND_LISTENER > | |
| static ListenerType | GetListenerType () |
| Returns the type of the listener. More... | |
Listener for the event of searching a user.
| enum FailureReason |
|
pure virtual |
Notification for the event of a failure in finding a user.
| [in] | userSpecifier | The user specifier by which user search was performed. |
| [in] | failureReason | The cause of the failure. |
|
pure virtual |
Notification for the event of success in finding a user.
| [in] | userSpecifier | The user specifier by which user search was performed. |
| [in] | userID | The ID of the found user. |