Package 

Class EmailIntentSender

  • All Implemented Interfaces:
    org.acra.sender.ReportSender

    
    public final class EmailIntentSender
     implements ReportSender
                        

    Send 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.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      EmailIntentSender(CoreConfiguration config)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit send(Context context, CrashReportData errorContent)
      Boolean requiresForeground()
      • Methods inherited from class org.acra.sender.EmailIntentSender

        send
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait