📄️ Feedroom
The FeedRoom class represents a feed room within a community, capturing various attributes and settings. This model is essential for managing and displaying information related to feed rooms. Below are the details of the FeedRoom model:
📄️ LMFeedRoomOrderType
The LMFeedRoomOrderType enum represents the various types of order for feed rooms. Each value corresponds to a specific sorting criterion used to organize feed rooms. Below are the details of the LMFeedRoomOrderType enum:
📄️ Post
The Post class represents a post within a community, capturing various attributes and user interactions. This model is fundamental for displaying and managing user-generated content. Below are the details of the Post model:
📄️ Comment
The Comment class represents a comment on a post, capturing various attributes and interactions. Below are the details of the Comment model:
📄️ Like
The Like class represents a like action on a post or comment. It captures essential information such as the unique identifier, creation and update timestamps, and the user who performed the like action. Below are the details of the Like model:
📄️ Activity
The NotificationFeedItem class represents an item in the notification feed, providing information about a specific action or activity. Below are the details of the NotificationFeedItem model:
📄️ User
The User class represents a user within the community, capturing various attributes and details. Below are the details of the User model:
📄️ Community
The Community class represents a community within the platform, encapsulating various attributes and settings. Below are the details of the Community model:
📄️ Topic
The Topic class represents a topic within the community, capturing essential attributes such as the name, unique identifier, and its current enabled status. This model is crucial for managing and displaying community-specific topics. Below are the details of the Topic model:
📄️ Connection Enums
This page describes the enums used in connection-related functionalities.
📄️ Custom Widget
The WidgetModel class represents a widget entity, capturing various attributes and metadata associated with the widget. Below are the details of the WidgetModel model:
📄️ LMResponse
The LMResponse class represents a standardized response format used across the API. It is a generic class where T denotes the type of data being returned. This class encapsulates the result of an API call, including success status, error messages, and the actual response data.
📄️ Moderation
These are all the models related to moderation features in the SDK.