public interface ReportSenderFactory
ReportSender
instance.
Implementations must have a no argument constructor.
Each configured ReportSenderFactory is created within the SenderService
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(android.content.Context context,
ACRAConfiguration config) |
@NonNull ReportSender create(@NonNull android.content.Context context, @NonNull ACRAConfiguration config)
context
- Application context.config
- Configuration to use when sending reports.