FeedService
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 3
Description
History 4
Members 3
BatchRemoveFeedItemsAsync
Parameters (1) | ||
---|---|---|
feedItemIds | Array | |
Returns (1) | ||
null |
This function yields. It will block the calling thread until completion.
Thread safety | Unsafe |
---|
History 1
GetFeedItemsAsync
Parameters (1) | ||
---|---|---|
getFeedRequest | Dictionary | |
Returns (1) | ||
FeedPages |
This function yields. It will block the calling thread until completion.
Thread safety | Unsafe |
---|
History 1
- 670 Add GetFeedItemsAsync
RegisterFeedItemsAsync
Parameters (1) | ||
---|---|---|
registerFeedItemsRequest | Dictionary | |
Returns (1) | ||
Dictionary |
This function yields. It will block the calling thread until completion.
Thread safety | Unsafe |
---|