ModerationService
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 5
Removed member index 2
| History | Member | |
|---|---|---|
| 706 | InternalCreateReviewableContentAsync(config: Dictionary): string | |
| 706 | InternalProcessReviewableContentEvent(event: Dictionary): bool |
Description
History 10
- 706 Remove InternalProcessReviewableContentEvent
- 706 Remove InternalCreateReviewableContentAsync
- 695 Add CreateReviewableContentAsync
- 695 Add BindReviewableContentEventProcessor
- 693 Add
- 693 Add CreateReviewableContentKey
- 679 Add InternalProcessReviewableContentEvent
- 679 Add InternalRequestReviewableContentReviewAsync
- 679 Add InternalCreateReviewableContentAsync
- 679 Add ModerationService
Members 5
BindReviewableContentEventProcessor
| Parameters (2) | ||
|---|---|---|
| priority | int | |
| callback | Function | |
| Returns (1) | ||
| RBXScriptConnection | ||
| Thread safety | Unsafe |
|---|
History 1
CreateReviewableContentAsync
| Parameters (1) | ||
|---|---|---|
| config | Dictionary | |
| Returns (1) | ||
| string | ||
This function yields. It will block the calling thread until completion.
| Thread safety | Unsafe |
|---|
History 1
CreateReviewableContentKey
| Parameters (1) | ||
|---|---|---|
| content | Content | |
| Returns (1) | ||
| string | ||
| Thread safety | Unsafe |
|---|
History 1
InternalRequestReviewableContentReviewAsync
| Parameters (1) | ||
|---|---|---|
| config | Dictionary | |
| Returns (1) | ||
| null | ||
This function yields. It will block the calling thread until completion.
| Thread safety | Unsafe |
|---|
History 1
Removed members 2
InternalCreateReviewableContentAsync
| Parameters (1) | ||
|---|---|---|
| config | Dictionary | |
| Returns (1) | ||
| string | ||
This function yields. It will block the calling thread until completion.
| Thread safety | Unsafe |
|---|
History 2
InternalProcessReviewableContentEvent
| Parameters (1) | ||
|---|---|---|
| event | Dictionary | |
| Returns (1) | ||
| bool | ||
| Thread safety | Unsafe |
|---|