Functions in sc_challenges_controller.h
Related links
- SC_ChallengesController
The SC_ChallengesController retrieves lists of challenges on behalf of the current session user from the Scoreloop servers.
- SC_ChallengesController_Retain()
Increments object's reference count.
- SC_ChallengesController_Release()
Decrements the object's reference count, and deletes the object if the counter reaches 0.
- SC_ChallengesController_GetChallenges()
Returns the list of all challenges that have been requested from the server.
- SC_ChallengesController_LoadOpenChallenges()
This method requests all challenges which may be played by the current session user.
- SC_ChallengesController_LoadChallengeHistory()
Requests the challenges associated with the current session user.
- SC_ChallengesController_Cancel()
Method for Request Cancellation.