InApps Android
Public Member Functions | Public Attributes | List of all members
com.ludei.inapps.InAppPurchase Class Reference

Describes an InApp purchase object. More...

Public Member Functions

long unixTime ()
 
JSONObject toJSON ()
 Transforms the purchase information into a JSON object. More...
 

Public Attributes

String transactionId
 The transaction id.
 
String productId
 The product id.
 
Date purchaseDate
 The date when the purchase was completed.
 
int quantity
 The quantity of the product purchased.
 

Detailed Description

Author
Imanol Fernández
Version
1.0

Member Function Documentation

JSONObject com.ludei.inapps.InAppPurchase.toJSON ( )
Returns
A JSONObject containing the purchase information.
long com.ludei.inapps.InAppPurchase.unixTime ( )
Returns
The date when the purchase was completed in unix time

The documentation for this class was generated from the following file: