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

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

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,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy