com.nativex.advertiser
Class JsonRequestManager

java.lang.Object
  extended by com.nativex.advertiser.JsonRequestManager
Direct Known Subclasses:
AdvertiserJsonRequestManager

public class JsonRequestManager
extends Object


Field Summary
private  Device device
           
 
Constructor Summary
JsonRequestManager(Device device)
          Constructs a JsonRequestManager.
 
Method Summary
protected  UDIDs generateUdidJsonCollection()
          Initializes an array of udid's from a device object.
protected  Device getDevice()
           
static String getInAppBillingBody(String storeProductId, String storeTransactionId, String storeTransactionTimeUTC, float costPerItem, String currencyLocale, int quantity, String productTitle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

device

private Device device
Constructor Detail

JsonRequestManager

public JsonRequestManager(Device device)
Constructs a JsonRequestManager.

Method Detail

getDevice

protected Device getDevice()

generateUdidJsonCollection

protected UDIDs generateUdidJsonCollection()
Initializes an array of udid's from a device object.


getInAppBillingBody

public static String getInAppBillingBody(String storeProductId,
                                         String storeTransactionId,
                                         String storeTransactionTimeUTC,
                                         float costPerItem,
                                         String currencyLocale,
                                         int quantity,
                                         String productTitle)