AcraMailSender

annotation class AcraMailSender

Author

F43nd1r

Functions

annotationType
Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
equals
Link copied to clipboard
abstract fun equals(p: Any): Boolean
hashCode
Link copied to clipboard
abstract fun hashCode(): Int
mailTo
Link copied to clipboard
abstract fun mailTo(): String
your crash reports mailbox
reportAsFile
Link copied to clipboard
abstract fun reportAsFile(): Boolean
Sending the report as an attachment prevents issues with report size and the user from modifying it
reportFileName
Link copied to clipboard
abstract fun reportFileName(): String
custom file name for the report
resBody
Link copied to clipboard
abstract fun resBody(): Int
custom email body.
resSubject
Link copied to clipboard
abstract fun resSubject(): Int
custom email subject.
toString
Link copied to clipboard
abstract fun toString(): String