Package com. revenuecat. purchases
Types
BillingFeature
Link copied to clipboard
EntitlementInfo
Link copied to clipboard
class EntitlementInfo(identifier: String, isActive: Boolean, willRenew: Boolean, periodType: PeriodType, latestPurchaseDate: Date, originalPurchaseDate: Date, expirationDate: Date?, store: Store, productIdentifier: String, isSandbox: Boolean, unsubscribeDetectedAt: Date?, billingIssueDetectedAt: Date?) : Parcelable
Content copied to clipboard
EntitlementInfos
Link copied to clipboard
Package
Link copied to clipboard
data class Package(identifier: String, packageType: PackageType, product: SkuDetails, offering: String) : Parcelable
Content copied to clipboard
PackageType
Link copied to clipboard
PeriodType
Link copied to clipboard
ProductType
Link copied to clipboard
PurchaserInfo
Link copied to clipboard
data class PurchaserInfo(entitlements: EntitlementInfos, purchasedNonSubscriptionSkus: Set<String>, allExpirationDatesByProduct: Map<String, Date?>, allPurchaseDatesByProduct: Map<String, Date?>, requestDate: Date, jsonObject: JSONObject, schemaVersion: Int, firstSeen: Date, originalAppUserId: String, managementURL: Uri?, originalPurchaseDate: Date?) : Parcelable
Content copied to clipboard
PurchasesError
Link copied to clipboard
class PurchasesError(code: PurchasesErrorCode, underlyingErrorMessage: String?)
Content copied to clipboard
PurchasesErrorCallback
Link copied to clipboard
PurchasesErrorCode
Link copied to clipboard