LoginUserResponse

The unique user ID returned by the function loginUser().

Structure
{
    unsigned int userId;
};
Fields
  • userId   The unique ID of this user.

Remarks

info.infoId = 0 inserts, otherwise it updates. INTERNAL – In future releases, may not be backward compatible or may not be supported at all.