SC_UserController_LoadUserContext()
Requests the context of the user.
Synopsis:
#include <scoreloop/sc_user_controller.h>
SC_Error_t SC_UserController_LoadUserContext(SC_UserController_h self)
Arguments:
- self
-
SC_UserController instance handle
Library:
libscoreloopcoreDescription:
If no user has been explicitly set, the context for the session user will be requested instead. After a successful request, you can access the context by calling SC_User's SC_User_GetContext().
Note that this is an asynchronous call and a callback will be triggered.
Returns:
SC_Error_t A return code (a value of SC_OK indicates success, any other value indicates an error).
- See also: