com.deque.networking.analytics.AmplitudeEventInfoProps.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-analytics Show documentation
Show all versions of axe-devtools-android-analytics Show documentation
The Axe Devtools Android Analytics Library
The newest version!
package com.deque.networking.analytics
data class AmplitudeEventInfoProps(
val os_name: String? = null,
val os_version: String? = null,
val device_brand: String? = null,
val device_manufacturer: String? = null,
val device_model: String? = null,
val time: Long? = null,
)