SC_ChallengeController_AcceptChallenge()
Accepts the challenge on behalf of the session user.
Synopsis:
#include <scoreloop/sc_challenge_controller.h>
SC_Error_t SC_ChallengeController_AcceptChallenge(SC_ChallengeController_h self)
Arguments:
- self
-
An opaque handle of the challenge controller instance.
Library:
libscoreloopcoreDescription:
This method accepts the challenge on behalf of the session user. Only open challenges or those that have been directly assigned to the session user can be accepted.
Returns:
SC_Error_t A return code (A value of SC_OK indicates success, any other value indicates an error).