PriorityConstant

优先级常量类。

Properties

Link copied to clipboard
const val AFTER_1: Int = 1100
Link copied to clipboard
const val AFTER_2: Int
Link copied to clipboard
const val AFTER_3: Int
Link copied to clipboard
const val AFTER_4: Int
Link copied to clipboard
const val AFTER_5: Int
Link copied to clipboard
const val AFTER_6: Int
Link copied to clipboard
const val AFTER_7: Int
Link copied to clipboard
const val AFTER_8: Int
Link copied to clipboard
const val AFTER_9: Int
Link copied to clipboard
const val FIRST: Int = 0

最高的优先级.

Link copied to clipboard
const val LAST: Int

最低的优先级.

Link copied to clipboard
const val NORMAL: Int = 500

普通地默认值。存在优先级属性相关的内容,默认使用次值。

Link copied to clipboard
const val PRIORITIZED_1: Int = 10
Link copied to clipboard
const val PRIORITIZED_2: Int
Link copied to clipboard
const val PRIORITIZED_3: Int
Link copied to clipboard
const val PRIORITIZED_4: Int
Link copied to clipboard
const val PRIORITIZED_5: Int
Link copied to clipboard
const val PRIORITIZED_6: Int
Link copied to clipboard
const val PRIORITIZED_7: Int
Link copied to clipboard
const val PRIORITIZED_8: Int
Link copied to clipboard
const val PRIORITIZED_9: Int