Class AxeDevice

java.lang.Object
com.deque.axe.android.AxeDevice

public class AxeDevice extends Object
  • Field Details

    • dpi

      public final float dpi
    • name

      public final String name
    • os

      public final String os
    • osVersion

      public final String osVersion
    • screenHeight

      public final int screenHeight
    • screenWidth

      public final int screenWidth
  • Constructor Details

    • AxeDevice

      public AxeDevice(float dpi, String name, 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.
  • Method Details