|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acra.sender.GoogleFormSender
public class GoogleFormSender
ACRA's default ReportSender: sends report data to a GoogleDocs Form.
| Constructor Summary | |
|---|---|
GoogleFormSender()
Creates a new dynamic GoogleFormSender which will send data to a Form identified by its key. |
|
GoogleFormSender(String formKey)
Creates a new fixed GoogleFormSender which will send data to a Form identified by its key provided as a parameter. |
|
| Method Summary | |
|---|---|
void |
send(CrashReportData report)
Send crash report data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleFormSender()
ACRA.getConfig() and can thus be changed dynamically with
ACRAConfiguration.setFormKey(String)
public GoogleFormSender(String formKey)
formKey - The formKey of the destination Google Doc Form.| Method Detail |
|---|
public void send(CrashReportData report)
throws ReportSenderException
ReportSender
send in interface ReportSenderreport - Stores key/value pairs for each report field. A report field
is identified by a ReportField enum value.
ReportSenderException - If anything goes fatally wrong during the handling of crash
data, you can (should) throw a ReportSenderException
with a custom message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||