SC_UserController_UpdateUser()
Pushes updates of the current session user's attributes to the server.
Synopsis:
#include <scoreloop/sc_user_controller.h>
SC_Error_t SC_UserController_UpdateUser(SC_UserController_h self)
Arguments:
- self
-
SC_UserController instance handle
Library:
libscoreloopcoreDescription:
This method updates a user's attributes on the Scoreloop server. Only the session user can be updated in thisc way.
Note that this is an asynchronous call and a callback will be triggered upon success or failure.
Returns:
SC_Error_t A return code (a value of SC_OK indicates success, any other value indicates an error).