StoreTransaction

fun StoreTransaction(    orderId: String?,     skus: List<String>,     type: ProductType,     purchaseTime: Long,     purchaseToken: String,     purchaseState: PurchaseState,     isAutoRenewing: Boolean?,     signature: String?,     originalJson: JSONObject,     presentedOfferingIdentifier: String?,     storeUserID: String?,     purchaseType: PurchaseType,     marketplace: String?)

Sources

Link copied to clipboard