Back to Acra

SchedulerConfiguration

web/static/javadoc/5.5.1/org/acra/config/SchedulerConfiguration.html

latest4.5 KB
Original Source

Skip navigation links

org.acra.config

Class SchedulerConfiguration


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

Constructor Summary

Constructors | Constructor and Description | | --- | | SchedulerConfiguration(org.acra.config.SchedulerConfigurationBuilderImpl arg0) |

Method Summary

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

- 

Methods inherited from class java.lang.Object

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

Constructor Detail

- 

SchedulerConfiguration

public SchedulerConfiguration(@NonNull
                              org.acra.config.SchedulerConfigurationBuilderImpl arg0)

Method Detail

- 

enabled

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

- 

requiresNetworkType

public int requiresNetworkType()
- 

requiresCharging

public boolean requiresCharging()
- 

requiresDeviceIdle

public boolean requiresDeviceIdle()
- 

requiresBatteryNotLow

public boolean requiresBatteryNotLow()
- 

restartAfterCrash

public boolean restartAfterCrash()

Skip navigation links