-
- All Implemented Interfaces:
-
org.acra.sender.ReportSender
public class EmailIntentSender implements ReportSenderSend reports through an email intent.
The user will be asked to chose his preferred email client if no default is set. Included report fields can be defined using org.acra.annotation.AcraCore.reportContent. Crash receiving mailbox has to be defined with org.acra.annotation.AcraMailSender.mailTo.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEmailIntentSender.Companion
-
Constructor Summary
Constructors Constructor Description EmailIntentSender(CoreConfiguration config)
-
Method Summary
Modifier and Type Method Description Unitsend(Context context, CrashReportData errorContent)BooleanrequiresForeground()-
-
Method Detail
-
requiresForeground
Boolean requiresForeground()
-
-
-
-