Back to Acra

SchedulerConfigurationBuilder

web/static/javadoc/5.11.0/acra/org.acra.config/[android-jvm]-scheduler-configuration-builder/index.html

latest3.2 KB
Original Source

SchedulerConfigurationBuilder

class SchedulerConfigurationBuilder

Members

Constructors

SchedulerConfigurationBuilder

Link copied to clipboard

constructor()

Properties

enabled

Link copied to clipboard

var enabled: Boolean?

requiresBatteryNotLow

Link copied to clipboard

var requiresBatteryNotLow: Boolean?

requiresCharging

Link copied to clipboard

var requiresCharging: Boolean?

requiresDeviceIdle

Link copied to clipboard

var requiresDeviceIdle: Boolean?

requiresNetworkType

Link copied to clipboard

var requiresNetworkType: Int?

restartAfterCrash

Link copied to clipboard

var restartAfterCrash: Boolean?

Functions

build

Link copied to clipboard

fun build(): <Error class: unknown class>

withEnabled

Link copied to clipboard

fun withEnabled(enabled: Boolean): SchedulerConfigurationBuilder

withRequiresBatteryNotLow

Link copied to clipboard

fun withRequiresBatteryNotLow(requiresBatteryNotLow: Boolean): SchedulerConfigurationBuilder

withRequiresCharging

Link copied to clipboard

fun withRequiresCharging(requiresCharging: Boolean): SchedulerConfigurationBuilder

withRequiresDeviceIdle

Link copied to clipboard

fun withRequiresDeviceIdle(requiresDeviceIdle: Boolean): SchedulerConfigurationBuilder

withRequiresNetworkType

Link copied to clipboard

fun withRequiresNetworkType(requiresNetworkType: Int): SchedulerConfigurationBuilder

withRestartAfterCrash

Link copied to clipboard

fun withRestartAfterCrash(restartAfterCrash: Boolean): SchedulerConfigurationBuilder