web/static/javadoc/5.5.1/org/acra/scheduler/DefaultSenderScheduler.html
org.acra.scheduler
All Implemented Interfaces:SenderSchedulerDirect Known Subclasses:AdvancedSenderScheduler
public classDefaultSenderSchedulerextends[Object](http://d.android.com/reference/java/lang/Object.html?is-external=true "class or interface in java.lang")implements[SenderScheduler](../../../org/acra/scheduler/SenderScheduler.html "interface in org.acra.scheduler")
Simply schedules sending instantly Since:18.04.18
Constructors | Constructor and Description |
| --- |
| DefaultSenderScheduler(Context context, CoreConfiguration config) |
All Methods Instance Methods Concrete Methods | Modifier and Type | Method and Description |
| --- | --- |
| protected void | configureExtras(BundleWrapper extras)
allows to provide additional extras to senders
|
| protected void | configureJob(JobInfo.Builder job)
allows to perform additional configuration in subclasses
|
| void | scheduleReportSending(boolean onlySendSilentReports) |
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public DefaultSenderScheduler(@NonNull[Context](http://d.android.com/reference/android/content/Context.html?is-external=true "class or interface in android.content")context,
@NonNull[CoreConfiguration](../../../org/acra/config/CoreConfiguration.html "class in org.acra.config")config)
-
public void scheduleReportSending(boolean onlySendSilentReports)
Specified by:scheduleReportSending in interface SenderScheduler
-
protected void configureJob(@NonNull[JobInfo.Builder](http://d.android.com/reference/android/app/job/JobInfo.Builder.html?is-external=true "class or interface in android.app.job")job)
allows to perform additional configuration in subclasses
Parameters:job - the job builder
-
protected void configureExtras(@NonNull[BundleWrapper](../../../org/acra/util/BundleWrapper.html "interface in org.acra.util")extras)
allows to provide additional extras to senders
Parameters:extras - the extras bundle