Mail Sender Configuration Builder
class MailSenderConfigurationBuilder(arg0: Context) : ConfigurationBuilder
Content copied to clipboard
Class generated based on AcraMailSender (Jun 1, 2021 1:44:06 PM)
Constructors
MailSenderConfigurationBuilder
Link copied to clipboard
Functions
build
Link copied to clipboard
withBody
Link copied to clipboard
withEnabled
Link copied to clipboard
withMailTo
Link copied to clipboard
withReportAsFile
Link copied to clipboard
fun withReportAsFile(reportAsFile: Boolean): MailSenderConfigurationBuilder
Content copied to clipboard
withReportFileName
Link copied to clipboard
fun withReportFileName(reportFileName: String): MailSenderConfigurationBuilder
Content copied to clipboard
withResBody
Link copied to clipboard
fun withResBody(@StringRes() resBody: Int): MailSenderConfigurationBuilder
Content copied to clipboard
withResSubject
Link copied to clipboard
fun withResSubject(@StringRes() resSubject: Int): MailSenderConfigurationBuilder
Content copied to clipboard
withSubject
Link copied to clipboard