Unity v2 Plugin 0.1
mod management for Unity projects
ModIO.Report Class Reference

Used in conjunction with ModIOUnity.Report() to send a report to the mod.io server for a specific mod. More...

Public Member Functions

 Report (ModId modId, ReportType type, [NotNull] string summary, [NotNull] string user, [NotNull] string contactEmail)
 convenience constructor for making a report. All of the parameters are mandatory to make a successful report. More...
 
bool CanSend ()
 

Public Attributes

long? id
 
string summary
 
ReportType? type
 
ReportResourceType? resourceType
 
string user
 
string contactEmail
 

Detailed Description

Used in conjunction with ModIOUnity.Report() to send a report to the mod.io server for a specific mod.

Constructor & Destructor Documentation

◆ Report()

ModIO.Report.Report ( ModId  modId,
ReportType  type,
[NotNull] string  summary,
[NotNull] string  user,
[NotNull] string  contactEmail 
)

convenience constructor for making a report. All of the parameters are mandatory to make a successful report.

Parameters
modIdthe id of the mod being reported
typethe type of report
summaryexplanation of the issue being reported
useruser reporting the issue
contactEmailuser email address

The documentation for this class was generated from the following file: