This repository was archived by the owner on Sep 21, 2022. It is now read-only.
-
Couldn't load subscription status.
- Fork 16
ModIO.APIClient.SubmitReport
Jackson Wood edited this page Mar 6, 2019
·
7 revisions
APIClient.SubmitReport
public static void SubmitReport(SubmitReportParameters parameters, Action<APIMessage> successCallback, Action<WebRequestError> errorCallback);
| Name | Description |
|---|---|
| parameters | Report data to submit |
| successCallback | Action to execute if the request succeeds |
| errorCallback | Action to execute if the request returns an error |
Submits a report against a mod/resource on mod.io.
NOTE: Reports can also be submitted online. Additionally, the mod.io terms of use contain details on which content is and isn't acceptable.
See also: docs.mod.io page