Provide APIs to access Reporting service.
More...
Provide APIs to access Reporting service.
◆ GetReasonGroups()
Get reason groups to retrieve reason group list to use for get reason by reason group.
- Parameters
-
| callback | This will be called when the operation succeeded. The result is ReportingReasonsGroupsResponse Model. |
| offset | The offset of the reason group results. Default value is 0. |
| limit | The limit of the reason group results. Default value is 1000. |
◆ GetReasons()
| void AccelByte.Api.Reporting.GetReasons |
( |
string | reasonGroup, |
|
|
ResultCallback< ReportingReasonsResponse > | callback, |
|
|
int | offset = 0, |
|
|
int | limit = 1000, |
|
|
string | title = "" ) |
|
inline |
Get reason to retrieve reason list for reporting.
- Parameters
-
| reasonGroup | Specified reason group |
| callback | This will be called when the operation succeeded. The result is ReportingReasonsResponse Model. |
| offset | The offset of the reason results. Default value is 0. |
| limit | The limit of the reason results. Default value is 1000. |
| title | Query reason(s) by title |
◆ SubmitReport()
Submit report to content and/or user for moderation.
- Parameters
-