EmailIntentSender

class EmailIntentSender(config: CoreConfiguration) : 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.

Constructors

EmailIntentSender
Link copied to clipboard
fun EmailIntentSender(config: CoreConfiguration)

Types

Companion
Link copied to clipboard
object Companion

Functions

requiresForeground
Link copied to clipboard
open override fun requiresForeground(): Boolean
send
Link copied to clipboard
open override fun send(context: Context, errorContent: CrashReportData)
open fun send(context: Context, errorContent: CrashReportData, extras: Bundle)