-
public final class SchedulerStarter
-
-
Field Summary
Fields Modifier and Type Field Description private final SenderSchedulersenderScheduler
-
Constructor Summary
Constructors Constructor Description SchedulerStarter(Context context, CoreConfiguration config)
-
Method Summary
Modifier and Type Method Description final SenderSchedulergetSenderScheduler()final UnitscheduleReports(File report, Boolean onlySendSilentReports)Starts a process to start sending outstanding error reports. -
-
Constructor Detail
-
SchedulerStarter
SchedulerStarter(Context context, CoreConfiguration config)
-
-
Method Detail
-
getSenderScheduler
final SenderScheduler getSenderScheduler()
-
scheduleReports
final Unit scheduleReports(File report, Boolean onlySendSilentReports)
Starts a process to start sending outstanding error reports.
- Parameters:
report- If not null, this report will be approved before scheduling.onlySendSilentReports- If true then only send silent reports.
-
-
-
-