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

com.gojek.courier.QoS.kt Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package com.gojek.courier

enum class QoS(val value: Int) {
    ZERO(0),
    ONE(1),
    TWO(2)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy