UNDER CONSTRUCTION - COPY OF DEV SPACE VERSION
Device Info API contains auxiliary methods to get and set parameters included in the API.
Each Method is called through Appoxee.methodName since they are all public static methods.
public static String getDeviceOsName()
public static String getDeviceOsNumber()
public static String getHardwareType()
public static String getDeviceLocale()
public static String getDeviceCountry()
public static String getDevicePlatform()
public static String getDeviceSdkVersion()
public static String getDeviceResolution()
public static String getDeviceDensity()
public static boolean increaseInAppPayment(float value)
public static boolean increaseNumProductPurchased(int value)
public static Double getInAppPayment()
public static Integer getNumProductPurchased()