-
- All Implemented Interfaces:
-
org.acra.plugins.Plugin
public interface ReportSenderFactory implements Plugin
Factory for creating and configuring a 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.
-
-
Method Summary
Modifier and Type Method Description abstract ReportSendercreate(Context context, CoreConfiguration config)-
-
Method Detail
-
create
abstract ReportSender create(Context context, CoreConfiguration config)
- Parameters:
context- a context.config- Configuration to use when sending reports.
-
-
-
-