acra
/
org.acra.config
/
MailSenderConfiguration
androidJvm
Mail
Sender
Configuration
class
MailSenderConfiguration
(enabled:
Boolean
, mailTo:
String
, reportAsFile:
Boolean
, reportFileName:
String
, subject:
String
?, body:
String
?) :
Configuration
Content copied to clipboard
Author
F43nd1r
Since
01.06.2017
Constructors
Functions
Properties
Constructors
MailSenderConfiguration
Link copied to clipboard
androidJvm
fun
MailSenderConfiguration
(enabled:
Boolean
= true, mailTo:
String
, reportAsFile:
Boolean
= true, reportFileName:
String
= EmailIntentSender.DEFAULT_REPORT_FILENAME, subject:
String
? = null, body:
String
? = null)
Content copied to clipboard
Functions
enabled
Link copied to clipboard
androidJvm
open override fun
enabled
():
Boolean
Content copied to clipboard
Properties
body
Link copied to clipboard
androidJvm
val
body
:
String
? = null
Content copied to clipboard
custom email body.
enabled
Link copied to clipboard
androidJvm
val
enabled
:
Boolean
= true
Content copied to clipboard
enables this plugin
mailTo
Link copied to clipboard
androidJvm
val
mailTo
:
String
Content copied to clipboard
your crash reports mailbox address
reportAsFile
Link copied to clipboard
androidJvm
val
reportAsFile
:
Boolean
= true
Content copied to clipboard
report is an attachment instead of plain text.
reportFileName
Link copied to clipboard
androidJvm
val
reportFileName
:
String
Content copied to clipboard
custom file name for the report
subject
Link copied to clipboard
androidJvm
val
subject
:
String
? = null
Content copied to clipboard
custom email subject.