SC_UserController_LoadUser()
Requests attribute information for the user.
Synopsis:
#include <scoreloop/sc_user_controller.h>
SC_Error_t SC_UserController_LoadUser(SC_UserController_h self)
Arguments:
- self
-
SC_UserController instance handle
Library:
libscoreloopcoreDescription:
If no user has been explicitly set, attributes for the current session user will be requested instead.
Note that this is an asynchronous call and a callback will be triggered, after which you can access the retrieved user by calling SC_UserController_GetUser().
Returns:
SC_Error_t A return code (a value of SC_OK indicates success, any other value indicates an error).