@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface AcraMailSender
Modifier and Type | Required Element and Description |
---|---|
String |
mailTo
your crash reports mailbox
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
reportAsFile
Sending the report as an attachment prevents issues with report size and the user from modifying it
|
String |
reportFileName
custom file name for the report
|
int |
resBody
custom email body.
|
int |
resSubject
custom email subject.
|
@NonNull public abstract String mailTo
public abstract boolean reportAsFile
@NonNull public abstract String reportFileName