| Name | Summary |
|---|---|
PurchaseHistoryRecord | constructor(jsonPurchaseInfo: String, signature: String)constructor(purchaseTime: Long, purchaseToken: String, products: List<String>, developerPayload: String? = "", originalJson: String? = "", quantity: Int = 1, signature: String = "") |
| Name | Summary |
|---|---|
Companion | object Companion |
| Name | Summary |
|---|---|
developerPayload | val developerPayload: String? Returns the payload specified when the purchase was acknowledged or consumed. |
originalJson | val originalJson: String? Returns a String in JSON format that contains details about the purchase order. |
products | val products: List<String> Returns the product Ids. |
purchaseTime | val purchaseTime: Long Returns the time the product was purchased, in milliseconds since the epoch (Jan 1, 1970). |
purchaseToken | val purchaseToken: String Returns a token that uniquely identifies a purchase for a given item and user pair. |
quantity | val quantity: Int = 1 Returns the quantity of the purchased product. |
signature | val signature: String String containing the signature of the purchase data that was signed with the private key of the developer. |
| Name | Summary |
|---|---|
getSkus | fun Returns the product Ids. |