EntitlementInfo |
This object gives you access to all of the information about the status of a user's entitlements. class EntitlementInfo : Parcelable |
EntitlementInfos |
This class contains all the entitlements associated to the user. class EntitlementInfos : Parcelable |
Offering |
An offering is a collection of Package available for the user to purchase. For more info see https://docs.revenuecat.com/docs/entitlements data class Offering : Parcelable |
Offerings |
This class contains all the offerings configured in RevenueCat dashboard. For more info see https://docs.revenuecat.com/docs/entitlements data class Offerings : Parcelable |
Package |
Contains information about the product available for the user to purchase. For more info see https://docs.revenuecat.com/docs/entitlements data class Package : Parcelable |
PackageType |
Enumeration of all possible Package types. enum class PackageType |
PeriodType |
Enum of supported period types for an entitlement. enum class PeriodType |
PurchaserInfo |
Class containing all information regarding the purchaser data class PurchaserInfo : Parcelable |
PurchasesError |
This class represents an error class PurchasesError |
PurchasesErrorCode |
enum class PurchasesErrorCode |
Store |
Enum of supported stores enum class Store |