com.deque.networking.analytics.AmplitudeEventConstant.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-core Show documentation
Show all versions of axe-devtools-android-core Show documentation
The Axe Devtools Android Core Library
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