| Interface | Description |
|---|---|
| ReportSender |
A simple interface for defining various crash report senders.
|
| ReportSenderFactory |
Factory for creating and configuring a
ReportSender instance. |
| Class | Description |
|---|---|
| EmailIntentSender |
Send reports through an email intent.
|
| EmailIntentSenderFactory |
Constructs an
EmailIntentSender. |
| HttpSender |
The
ReportSender used by ACRA for http sending |
| HttpSenderFactory |
Constructs a
HttpSender with no report field mappings. |
| SenderService |
| Enum | Description |
|---|---|
| HttpSender.Method |
Available HTTP methods to send data.
|
| Exception | Description |
|---|---|
| ReportSenderException |
This exception is thrown when an error occurred while sending crash data in a
ReportSender implementation. |