๐๏ธ Initiate User
To start using the LikeMinds Feed and enable personalized experiences for your users, you need to initiate them within the system. This process associates a user in your application with a user in the LikeMinds Feed, allowing for seamless integration and personalized recommendations.
๐๏ธ Member State
The getMemberState function is used to fetch the member state of the current user. It provides information about the user's status, creation timestamp, edit requirements, and more.
๐๏ธ Register Device
The registerDevice() function is used to register User Device for Push Notifications.
๐๏ธ Get logged in user
The getLoggedInUserWithRights function is used to fetch the current logged in user with its member rights. It provides information about the user and its rights in the community.
๐๏ธ Logout
To disconnect a user (say that youโre for instance logging out and logging in as someone new) you can call the logout() method.