web/static/javadoc/5.5.1/org/acra/config/SchedulerConfiguration.html
org.acra.config
All Implemented Interfaces:Serializable, Configuration
public final classSchedulerConfigurationextends[Object](http://d.android.com/reference/java/lang/Object.html?is-external=true "class or interface in java.lang")implements[Serializable](http://d.android.com/reference/java/io/Serializable.html?is-external=true "class or interface in java.io"),[Configuration](../../../org/acra/config/Configuration.html "interface in org.acra.config")
Class generated based on AcraScheduler (May 4, 2020 11:55:46 AM)
See Also:Serialized Form
Constructors | Constructor and Description |
| --- |
| SchedulerConfiguration(org.acra.config.SchedulerConfigurationBuilderImpl arg0) |
All Methods Instance Methods Concrete Methods | Modifier and Type | Method and Description |
| --- | --- |
| boolean | enabled()
checks if the corresponding plugin is enabled
|
| boolean | requiresBatteryNotLow() |
| boolean | requiresCharging() |
| boolean | requiresDeviceIdle() |
| int | requiresNetworkType() |
| boolean | restartAfterCrash() |
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public SchedulerConfiguration(@NonNull
org.acra.config.SchedulerConfigurationBuilderImpl arg0)
-
public boolean enabled()
Description copied from interface: Configuration
checks if the corresponding plugin is enabled
Specified by:enabled in interface ConfigurationReturns:if this is enabled
-
public int requiresNetworkType()
-
public boolean requiresCharging()
-
public boolean requiresDeviceIdle()
-
public boolean requiresBatteryNotLow()
-
public boolean restartAfterCrash()