public final class DefaultReportSenderFactory extends java.lang.Object implements ReportSenderFactory
| Constructor and Description |
|---|
DefaultReportSenderFactory() |
| Modifier and Type | Method and Description |
|---|---|
ReportSender |
create(android.content.Context context,
ACRAConfiguration config) |
@NonNull public ReportSender create(@NonNull android.content.Context context, @NonNull ACRAConfiguration config)
create in interface ReportSenderFactorycontext - Application context.config - Configuration to use when sending reports.