Package-level declarations

Types

Link copied to clipboard
data class CustomerInfo(val entitlements: EntitlementInfos, val allExpirationDatesByProduct: Map<String, Date?>, val allPurchaseDatesByProduct: Map<String, Date?>, val requestDate: Date, val schemaVersion: Int, val firstSeen: Date, val originalAppUserId: String, val managementURL: Uri?, val originalPurchaseDate: Date?, jsonObject: JSONObject) : Parcelable, RawDataContainer<JSONObject>

Class containing all information regarding the customer

Link copied to clipboard
data class DangerousSettings(val autoSyncPurchases: Boolean = true)

Only use a Dangerous Setting if suggested by RevenueCat support team.

Link 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
interface LogHandler

Interface that allows handling logs manually. See also Purchases.logHandler

Link copied to clipboard
Link copied to clipboard
data class Offering(val identifier: String, val serverDescription: String, val availablePackages: List<Package>)

An offering is a collection of Package available for the user to purchase. For more info see https://docs.revenuecat.com/docs/entitlements

Link copied to clipboard
data class Offerings(val current: Offering?, val all: Map<String, Offering>)

This class contains all the offerings configured in RevenueCat dashboard. For more info see https://docs.revenuecat.com/docs/entitlements

Link copied to clipboard

Enum of supported ownership types for an entitlement.

Link copied to clipboard
data class Package(val identifier: String, val packageType: PackageType, val product: StoreProduct, val offering: String)

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

Contains information about the proration mode to use in case of a product upgrade. Use the platform specific subclasses in each implementation.

Link copied to clipboard
class PurchasesError(val code: PurchasesErrorCode, val underlyingErrorMessage: String? = null)

This class represents an error

Link copied to clipboard
Link copied to clipboard
enum Store : Enum<Store>

Enum of supported stores