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

com.deque.networking.analytics.AmplitudeEventConstant.kt Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package com.deque.networking.analytics

object AmplitudeEventConstant {
    const val PLATFORM_ANDROID = "Android"
    const val OS_NAME_ANDROID = "Android"
    const val SCAN_TYPE_IMPERATIVE = "Imperative"
    const val SCAN_TYPE_DECLARATIVE = "Declarative"
    const val USER_NOT_AUTH = "User is not authenticated."
    const val BACKEND_IS_DOWN = "The backend is down."
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy