Package com.adapty.utils
Class TransactionInfo
-
- All Implemented Interfaces:
public class TransactionInfo
-
-
Method Summary
Modifier and Type Method Description final static TransactionInfofromId(String transactionId)final static TransactionInfofromPurchase(Purchase purchase)-
-
Method Detail
-
fromId
final static TransactionInfo fromId(String transactionId)
- Parameters:
transactionId- A string identifier (purchase.getOrderId()) of the purchase, where the purchase is an instance of the billing library Purchase class.
-
fromPurchase
final static TransactionInfo fromPurchase(Purchase purchase)
- Parameters:
purchase- An instance of the billing library Purchase class.
-
-
-
-