ModerationStatus
Indicates the moderation review state of an avatar outfit or asset.
Items 5
| History | Name | Value | Description | |
|---|---|---|---|---|
| 610 | ReviewedApproved | 1 | The content completed moderation review and was approved for use. | |
| 610 | ReviewedRejected | 2 | The content completed moderation review and was rejected. | |
| 610 | NotReviewed | 3 | The content has been submitted but moderation review is still pending. | |
| 610 | NotApplicable | 4 | Moderation review is not applicable to this content. | |
| 610 | Invalid | 5 | An unrecognized or error moderation status returned when the server response cannot be mapped to a known value. |
Description
The ModerationStatus enum represents the current moderation review state of
avatar content such as outfits and assets. It is returned by
AvatarCreationService moderation events —
AvatarCreationService.AvatarModerationCompleted,
AvatarCreationService.AvatarAssetModerationCompleted, and
AvatarCreationService.AvatarOutfitModerationCompleted — to communicate
the outcome of a moderation check.
History 6
- 610 Add ReviewedRejected
- 610 Add ReviewedApproved
- 610 Add NotReviewed
- 610 Add NotApplicable
- 610 Add Invalid
- 610 Add ModerationStatus