public interface ReportSenderFactory extends Plugin
ReportSender instance.
Implementations must have a no argument constructor.
Each configured ReportSenderFactory is created within the LegacySenderService
and is used to construct and configure a single ReportSender.
Created by William on 4-JAN-2016.
| Modifier and Type | Method and Description |
|---|---|
ReportSender |
create(Context context,
CoreConfiguration config) |
@NonNull ReportSender create(@NonNull Context context, @NonNull CoreConfiguration config)
context - a context.config - Configuration to use when sending reports.