|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReportSender | |
|---|---|
| org.acra | |
| org.acra.sender | |
| Uses of ReportSender in org.acra |
|---|
| Methods in org.acra with parameters of type ReportSender | |
|---|---|
void |
ErrorReporter.addReportSender(ReportSender sender)
Add a ReportSender to the list of active ReportSenders. |
void |
ErrorReporter.removeReportSender(ReportSender sender)
Remove a specific instance of ReportSender from the list of
active ReportSenders. |
void |
ErrorReporter.setReportSender(ReportSender sender)
Removes all previously set ReportSenders and set the given one as
the new ReportSender. |
| Uses of ReportSender in org.acra.sender |
|---|
| Classes in org.acra.sender that implement ReportSender | |
|---|---|
class |
EmailIntentSender
Send reports through an email intent. |
class |
GoogleFormSender
ACRA's default ReportSender: sends report data to a GoogleDocs Form. |
class |
HttpSender
The ReportSender used by ACRA when ReportsCrashes.formUri()
has been defined in order to post crash data to a custom server-side data
collection script. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||