📄️ Tagging
The getTaggingList() function is used to fetch the tagging list, including group tags and user tags, based on the specified parameters.
📄️ Decode URL
The decodeUrl() function is used to decode a URL and retrieve information about the content it represents, such as Open Graph (OG) tags. You can then use those tags to build Link Previews inside the feed.
📄️ SDK Callback
The LMSDKCallback class is a callback class that is used to listen to analytic events from the LikeMinds Feed package. It has 4 methods that you can override to listen to events from the package.
📄️ Route to Profile
The routeToProfile function is used to navigate to a user's profile page.