-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Deprecated()@Documented()@Retention(value = RetentionPolicy.RUNTIME)@Target(value = ElementType.TYPE)@Inherited() public @interface AcraMailSender
-
-
Method Summary
Modifier and Type Method Description abstract StringmailTo()your crash reports mailbox abstract booleanreportAsFile()Sending the report as an attachment prevents issues with report size and the user from modifying it abstract StringreportFileName()custom file name for the report abstract intresSubject()custom email subject. abstract intresBody()custom email body. -
-
Method Detail
-
reportAsFile
abstract boolean reportAsFile()
Sending the report as an attachment prevents issues with report size and the user from modifying it
-
reportFileName
@NonNull() abstract String reportFileName()
custom file name for the report
-
resSubject
@StringRes() abstract int resSubject()
custom email subject. Default is "<applicationId> Crash Report"
-
-
-
-