Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

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);

Parameters

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

Description

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

Clone this wiki locally