public final class SchedulerConfiguration extends Object implements Serializable, Configuration
AcraScheduler
(16.09.2018 00:54:43)Constructor and Description |
---|
SchedulerConfiguration(org.acra.config.SchedulerConfigurationBuilderImpl arg0) |
Modifier and Type | Method and Description |
---|---|
boolean |
enabled()
checks if the corresponding plugin is enabled
|
boolean |
requiresBatteryNotLow() |
boolean |
requiresCharging() |
boolean |
requiresDeviceIdle() |
com.evernote.android.job.JobRequest.NetworkType |
requiresNetworkType() |
boolean |
restartAfterCrash() |
public SchedulerConfiguration(@NonNull org.acra.config.SchedulerConfigurationBuilderImpl arg0)
public boolean enabled()
Configuration
enabled
in interface Configuration
@NonNull public com.evernote.android.job.JobRequest.NetworkType requiresNetworkType()
public boolean requiresCharging()
public boolean requiresDeviceIdle()
public boolean requiresBatteryNotLow()
public boolean restartAfterCrash()