com.deque.networking.analytics.AmplitudeResponse.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
data class AmplitudeResponse(
val code: Int,
val error: String? = null,
val server_upload_time: Long? = null,
val payload_size_bytes: Int? = null,
val events_ingested: Int? = null,
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy