Home docs nex protocols Screening (124)
Post

Screening (124)

Methods

Method IDMethod Name
1ReportDataStoreContent
2ReportUser

(1) ReportDataStoreContent

Creates a report for a given piece of DataStore content (UGC).

Request

Response

This method does not return anything.

Types

ScreeningDataStoreContentParam (Structure)

TypeName
Uint64dataId
Uint64contentDataId
StringugcType
Stringlanguage
StringsearchKey

ScreeningUgcViolationParam (Structure)

TypeName
ReportCategorycategory
Stringreason
List<ScreeningContextInfo>context
Uint64screenshotDataId

ScreeningContextInfo (Structure)

TypeName
Stringkey
Stringvalue

Constants

ReportCategory (Uint32)

Enum representing the kind of content being reported.

NameValueDescription
REPORT_CATEGORY_INVALID0Invalid category.
REPORT_CATEGORY_MIN1The minimum value a category can be.
REPORT_CATEGORY_PERSONAL1The reported content contained personal information.
REPORT_CATEGORY_CRIMINAL2The reported content contained criminal material.
REPORT_CATEGORY_IMMORAL3The reported content contained “immoral” (?) material.
REPORT_CATEGORY_HARASSMENT4The reported content contained harassment material.
REPORT_CATEGORY_COMMERCIAL5The reported content contained commercial (advertising?) material.
REPORT_CATEGORY_SEXUALLY_EXPLICIT6The reported content contained sexually explicit material.
REPORT_CATEGORY_OTHER7The reported content didn’t fit into the other existing categories.
REPORT_CATEGORY_MAX7The maximum value a category can be.
Contents