Priorities

object Priorities

Priorities with semantic names. Partially for readability, partially so detekt stops nagging about MagicNumber.

Properties

Link copied to clipboard
const val HIGH: Int = 10
Link copied to clipboard
const val LOW: Int = 3
Link copied to clipboard
const val NONE: Int = 1
Link copied to clipboard
const val NORMAL: Int = 5