-
- All Implemented Interfaces:
-
org.acra.plugins.Plugin
public interface SenderSchedulerFactory implements Plugin
-
-
Method Summary
Modifier and Type Method Description abstract SenderSchedulercreate(Context context, CoreConfiguration config)-
-
Method Detail
-
create
abstract SenderScheduler create(Context context, CoreConfiguration config)
- Parameters:
context- a context.config- Configuration to use when sending reports.
-
-
-
-