StoreTransaction

class StoreTransaction(val transactionId: String?, val productIds: List<String>, val purchaseTime: Long)

Represents an in-app billing purchase.

Constructors

Link copied to clipboard
constructor(transactionId: String?, productIds: List<String>, purchaseTime: Long)

Properties

Link copied to clipboard

Product IDs purchased.

Link copied to clipboard

Time the product was purchased, in milliseconds since the epoch.

Link copied to clipboard

Unique (per store) order identifier for the purchased transaction. Always null for Amazon. Only available for non-restored Google purchases for Google Play.