AcraScheduler

annotation class AcraScheduler

Author

F43nd1r

Functions

annotationType
Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
equals
Link copied to clipboard
abstract fun equals(p: Any): Boolean
hashCode
Link copied to clipboard
abstract fun hashCode(): Int
requiresBatteryNotLow
Link copied to clipboard
abstract fun requiresBatteryNotLow(): Boolean
Battery constraint for report sending
requiresCharging
Link copied to clipboard
abstract fun requiresCharging(): Boolean
Charging constraint for report sending
requiresDeviceIdle
Link copied to clipboard
abstract fun requiresDeviceIdle(): Boolean
Idle constraint for report sending
requiresNetworkType
Link copied to clipboard
abstract fun requiresNetworkType(): Int
Network constraint for report sending
restartAfterCrash
Link copied to clipboard
abstract fun restartAfterCrash(): Boolean
Restarts the last activity immediately after a crash.
toString
Link copied to clipboard
abstract fun toString(): String

Properties

EXTRA_APP_RESTARTED
Link copied to clipboard
val EXTRA_APP_RESTARTED: String