Back to Acra

SchedulerStarter

web/static/javadoc/5.3.0/org/acra/scheduler/SchedulerStarter.html

latest4.2 KB
Original Source

Skip navigation links

org.acra.scheduler

Class SchedulerStarter


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

Constructor Summary

Constructors | Constructor and Description | | --- | | SchedulerStarter(Context context, CoreConfiguration config) |

Method Summary

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. |

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

- 

SchedulerStarter

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)

Method Detail

- 

scheduleReports

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.

- 

getSenderScheduler

public[SenderScheduler](../../../org/acra/scheduler/SenderScheduler.html "interface in org.acra.scheduler")getSenderScheduler()

Skip navigation links