EmailIntentSenderFactory

@AutoService(value = [ReportSenderFactory::class])
class EmailIntentSenderFactory : HasConfigPlugin, ReportSenderFactory

Constructs an EmailIntentSender.

Constructors

Link copied to clipboard
fun EmailIntentSenderFactory()

Functions

Link copied to clipboard
open override fun create(context: Context, config: CoreConfiguration): ReportSender
Link copied to clipboard
open override fun enabled(config: CoreConfiguration): Boolean