๐๏ธ Initiate User
To start using the LikeMinds Chat 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 Chat, allowing for seamless integration and realtime messaging in your application.
๐๏ธ Members List
LikeMinds React Native Chat SDK offers a convenient feature that enables the retrieval of a list of members for direct messaging (DM) functionality.
๐๏ธ Validate User
The validateUser method is an asynchronous function responsible for validating a user based on the provided ValidateUser request object.
๐๏ธ Edit Profile
The Edit Profile method empowers users to modify their profile information seamlessly. With this function, users can update their user name, profile picture and other details.
๐๏ธ Logout User
To disconnect a user (say that youโre for instance logging out and logging in as someone new) you can call the logout() method present in LMChatClient class.
๐๏ธ Leave Community
The Leave Community method allows users to gracefully exit a community by handling the necessary backend processes, such as updating membership records and adjusting access permissions. This function ensures a smooth user experience while departing from a community, maintaining data integrity and security.