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

com.deque.networking.usageservice.UsageServiceEvent.kt Maven / Gradle / Ivy

The newest version!
package com.deque.networking.usageservice

enum class UsageServiceEvent(val eventName: String) {
    SCAN("scan"),
    LOGIN("login")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy