-
- All Implemented Interfaces:
-
java.io.Serializable,org.acra.config.Configuration
public final class MailSenderConfiguration implements Configuration
-
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()enables this plugin final StringgetMailTo()your crash reports mailbox address final BooleangetReportAsFile()report is an attachment instead of plain text. final StringgetReportFileName()custom file name for the report final StringgetSubject()custom email subject. final StringgetBody()custom email body. Booleanenabled()-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
enables this plugin
-
getReportAsFile
final Boolean getReportAsFile()
report is an attachment instead of plain text.
Sending the report as an attachment prevents issues with report size and the user from modifying it
-
getReportFileName
final String getReportFileName()
custom file name for the report
-
getSubject
final String getSubject()
custom email subject.
Default is "<applicationId> Crash Report"
-
-
-
-