Package com.revenuecat.purchases
Types
Link copied to clipboard
Enum mapping billing feature types Allows for a common interface when calling feature eligibility methods from hybrid SDKs
Link copied to clipboard
data 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?, ownershipType: OwnershipType) : Parcelable
Content copied to clipboard
This object gives you access to all of the information about the status of a user's entitlements.
Link copied to clipboard
This class contains all the entitlements associated to the user.
Link copied to clipboard
Link copied to clipboard
Enum of supported ownership types for an entitlement.
Link copied to clipboard
data class Package(identifier: String, packageType: PackageType, product: SkuDetails, offering: String) : Parcelable
Content copied to clipboard
Contains information about the product available for the user to purchase. For more info see https://docs.revenuecat.com/docs/entitlements
Link copied to clipboard
Enumeration of all possible Package types.
Link copied to clipboard
Enum of supported period types for an entitlement.
Link copied to clipboard
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
Class containing all information regarding the purchaser
Link copied to clipboard
class PurchasesError(code: PurchasesErrorCode, underlyingErrorMessage: String?)
Content copied to clipboard
This class represents an error
Link copied to clipboard
Link copied to clipboard