com.deque.axe.android.constants.AxeImpact.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of axe-devtools-android-data Show documentation
Show all versions of axe-devtools-android-data Show documentation
The Axe Devtools Android Data Library
package com.deque.axe.android.constants
enum class AxeImpact(val value: Int) {
MINOR(0), MODERATE(1), SERIOUS(2), CRITICAL(3), BLOCKER(4);
}