com.deque.networking.models.devtools.serializable.AxeDevice.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-data Show documentation
Show all versions of axe-devtools-android-data Show documentation
The Axe Devtools Android Data Library
package com.deque.networking.models.devtools.serializable
data class AxeDevice (
val dpi: Float,
val name: String?,
val os: String?,
val osVersion: String?,
val screenHeight: Int,
val screenWidth: Int,
)