Package com.deque.axe.android
Class AxeDevice
- java.lang.Object
-
- com.deque.axe.android.AxeDevice
-
public class AxeDevice extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description floatdpijava.lang.Stringnamejava.lang.Stringosjava.lang.StringosVersionintscreenHeightintscreenWidth
-
Constructor Summary
Constructors Constructor Description AxeDevice(float dpi, java.lang.String name, java.lang.String osVersion, int screenHeight, int screenWidth)A collection of information useful for identifying a particular device.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-
-
-
Constructor Detail
-
AxeDevice
public AxeDevice(float dpi, java.lang.String name, java.lang.String osVersion, int screenHeight, int screenWidth)A collection of information useful for identifying a particular device.- Parameters:
dpi- Pixel Density of the device.name- The common name of the device.osVersion- The OS Version installed on the device.screenHeight- The height in pixels of the device.screenWidth- The width in pixels of the device.
-
-