Moderation
This class is not replicated. Its interface does not cross the network boundary.
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 0
Removed member index 3
History | Member | |
---|---|---|
679 | InternalCreateReviewableContentAsync(config: Dictionary): string | |
679 | InternalRequestReviewableContentReviewAsync(config: Dictionary): null | |
679 | InternalProcessReviewableContentEvent(event: Dictionary): bool |
Description
History 5
Removed members 3
InternalCreateReviewableContentAsync
Parameters (1) | ||
---|---|---|
config | Dictionary | |
Returns (1) | ||
string |
This function yields. It will block the calling thread until completion.
Thread safety | Unsafe |
---|
History 2
- 679 Remove Moderation
- 677 Add InternalCreateReviewableContentAsync
InternalProcessReviewableContentEvent
Parameters (1) | ||
---|---|---|
event | Dictionary | |
Returns (1) | ||
bool |
Thread safety | Unsafe |
---|
History 2
InternalRequestReviewableContentReviewAsync
Parameters (1) | ||
---|---|---|
config | Dictionary | |
Returns (1) | ||
null |
This function yields. It will block the calling thread until completion.
Thread safety | Unsafe |
---|