Preliminary documentation subject to change
C E G I R S V

R

Report - Class in com.bugcollect
This class stores the information about a report submitted to bugcollect.com.
Report() - Constructor for class com.bugcollect.Report
Creates a report.
Report(String, Throwable) - Constructor for class com.bugcollect.Report
Creates a report.
ReportingManager - Class in com.bugcollect
This class handles submitting reports to bugcollect.com.
ReportingManager instances must be created with the proper applciation credentials used when submitting reports.
ReportingManager(String, String) - Constructor for class com.bugcollect.ReportingManager
Creates an instance of the ReportingManager that uses the given credentials to submit reports
responseReceived(Report, Result, Object) - Method in interface com.bugcollect.IResponseCallback
Method invoked on succesful submittion.
Result - Class in com.bugcollect
This class stores the bugcollect.com response result of a report submission.

Preliminary documentation subject to change
C E G I R S V