Package 

Annotation AcraMailSender

    • Method Summary

      Modifier and Type Method Description
      abstract String mailTo() your crash reports mailbox
      abstract boolean reportAsFile() Sending the report as an attachment prevents issues with report size and the user from modifying it
      abstract String reportFileName() custom file name for the report
      abstract int resSubject() custom email subject.
      abstract int resBody() custom email body.
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • reportAsFile

         abstract boolean reportAsFile()

        Sending the report as an attachment prevents issues with report size and the user from modifying it

      • resSubject

        @StringRes() abstract int resSubject()

        custom email subject.Default is "<applicationId> Crash Report"