All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.deque.axe.android.constants.AxeImpact.kt Maven / Gradle / Ivy

There is a newer version: 5.5.2
Show newest version
package com.deque.axe.android.constants

enum class AxeImpact(val value: Int) {
    MINOR(0), MODERATE(1), SERIOUS(2), CRITICAL(3), BLOCKER(4);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy