Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

 

  • No labels