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