Back to Acra

DefaultSenderScheduler

web/static/javadoc/5.5.1/org/acra/scheduler/DefaultSenderScheduler.html

latest4.6 KB
Original Source

Skip navigation links

org.acra.scheduler

Class DefaultSenderScheduler


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

Constructor Summary

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

Method Summary

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

- 

Methods inherited from class java.lang.Object

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

Constructor Detail

- 

DefaultSenderScheduler

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)

Method Detail

- 

scheduleReportSending

public void scheduleReportSending(boolean onlySendSilentReports)

Specified by:scheduleReportSending in interface SenderScheduler

- 

configureJob

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

- 

configureExtras

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

Skip navigation links