web/static/javadoc/5.3.0/org/acra/scheduler/SchedulerStarter.html
org.acra.scheduler
public classSchedulerStarterextends[Object](http://d.android.com/reference/java/lang/Object.html?is-external=true "class or interface in java.lang")
Since:18.04.18
Constructors | Constructor and Description |
| --- |
| SchedulerStarter(Context context, CoreConfiguration config) |
All Methods Instance Methods Concrete Methods | Modifier and Type | Method and Description |
| --- | --- |
| SenderScheduler | getSenderScheduler() |
| void | scheduleReports(File report, boolean onlySendSilentReports)
Starts a process to start sending outstanding error reports.
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public SchedulerStarter([@NonNull](http://d.android.com/reference/android/support/annotation/NonNull.html?is-external=true "class or interface in android.support.annotation")[Context](http://d.android.com/reference/android/content/Context.html?is-external=true "class or interface in android.content")context,[@NonNull](http://d.android.com/reference/android/support/annotation/NonNull.html?is-external=true "class or interface in android.support.annotation")[CoreConfiguration](../../../org/acra/config/CoreConfiguration.html "class in org.acra.config")config)
-
public void scheduleReports([@Nullable](http://d.android.com/reference/android/support/annotation/Nullable.html?is-external=true "class or interface in android.support.annotation")[File](http://d.android.com/reference/java/io/File.html?is-external=true "class or interface in java.io")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.
-
public[SenderScheduler](../../../org/acra/scheduler/SenderScheduler.html "interface in org.acra.scheduler")getSenderScheduler()