HttpSenderFactory

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

Constructs a HttpSender with no report field mappings.

Constructors

HttpSenderFactory
Link copied to clipboard
fun HttpSenderFactory()

Functions

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