PurchaseDetails
data class PurchaseDetails(orderId: String?, skus: List<String>, type: ProductType, purchaseTime: Long, purchaseToken: String, purchaseState: RevenueCatPurchaseState, isAutoRenewing: Boolean?, signature: String?, originalJson: JSONObject, presentedOfferingIdentifier: String?, storeUserID: String?, purchaseType: PurchaseType) : Parcelable
Content copied to clipboard
Represents an in-app billing purchase.
Constructors
Link copied to clipboard
fun PurchaseDetails(orderId: String?, skus: List<String>, type: ProductType, purchaseTime: Long, purchaseToken: String, purchaseState: RevenueCatPurchaseState, isAutoRenewing: Boolean?, signature: String?, originalJson: JSONObject, presentedOfferingIdentifier: String?, storeUserID: String?, purchaseType: PurchaseType)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
One of PurchaseType indicating the type of purchase.
Link copied to clipboard
Link copied to clipboard