public final class DefaultReportSenderFactory extends Object implements ReportSenderFactory
NullSender
Constructor and Description |
---|
DefaultReportSenderFactory() |
Modifier and Type | Method and Description |
---|---|
ReportSender |
create(Context context,
CoreConfiguration config) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabled
@NonNull public ReportSender create(@NonNull Context context, @NonNull CoreConfiguration config)
create
in interface ReportSenderFactory
context
- a context.config
- Configuration to use when sending reports.