public
Module Contents
alltypes
Module Contents
class EntitlementInfo : Parcelable
Module Contents
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?)
val billingIssueDetectedAt: Date?
val expirationDate: Date?
fun hashCode(): Int
val identifier: String
val isActive: Boolean
val isSandbox: Boolean
val latestPurchaseDate: Date
val originalPurchaseDate: Date
val periodType: PeriodType
val productIdentifier: String
val store: Store
val unsubscribeDetectedAt: Date?
val willRenew: Boolean
class EntitlementInfos : Parcelable
data class Offering : Parcelable
data class Offerings : Parcelable
data class Package : Parcelable
enum class PackageType
enum class PeriodType
data class PurchaserInfo : Parcelable
Module Contents
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?)
val activeSubscriptions: Set<String>
val allExpirationDatesByProduct: Map<String, Date?>
val allPurchaseDatesByProduct: Map<String, Date?>
val allPurchasedSkus: Set<String>
val entitlements: EntitlementInfos
fun equals(other: Any?): Boolean
val firstSeen: Date
fun getExpirationDateForEntitlement(entitlement: String): Date?
fun getExpirationDateForSku(sku: String): Date?
fun getPurchaseDateForEntitlement(entitlement: String): Date?
fun getPurchaseDateForSku(sku: String): Date?
fun hashCode(): Int
val jsonObject: JSONObject
val latestExpirationDate: Date?
val managementURL: Uri?
val nonSubscriptionTransactions: List<Transaction>
val originalAppUserId: String
val originalPurchaseDate: Date?
val purchasedNonSubscriptionSkus: Set<String>
val requestDate: Date
val schemaVersion: Int
fun toString(): String
class PurchasesError
enum class PurchasesErrorCode
enum class Store
data class Transaction : Parcelable
package com.revenuecat.purchases
Module Contents
class EntitlementInfo : Parcelable
Module Contents
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?)
val billingIssueDetectedAt: Date?
val expirationDate: Date?
fun hashCode(): Int
val identifier: String
val isActive: Boolean
val isSandbox: Boolean
val latestPurchaseDate: Date
val originalPurchaseDate: Date
val periodType: PeriodType
val productIdentifier: String
val store: Store
val unsubscribeDetectedAt: Date?
val willRenew: Boolean
class EntitlementInfos : Parcelable
data class Offering : Parcelable
data class Offerings : Parcelable
data class Package : Parcelable
enum class PackageType
enum class PeriodType
data class PurchaserInfo : Parcelable
Module Contents
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?)
val activeSubscriptions: Set<String>
val allExpirationDatesByProduct: Map<String, Date?>
val allPurchaseDatesByProduct: Map<String, Date?>
val allPurchasedSkus: Set<String>
val entitlements: EntitlementInfos
fun equals(other: Any?): Boolean
val firstSeen: Date
fun getExpirationDateForEntitlement(entitlement: String): Date?
fun getExpirationDateForSku(sku: String): Date?
fun getPurchaseDateForEntitlement(entitlement: String): Date?
fun getPurchaseDateForSku(sku: String): Date?
fun hashCode(): Int
val jsonObject: JSONObject
val latestExpirationDate: Date?
val managementURL: Uri?
val nonSubscriptionTransactions: List<Transaction>
val originalAppUserId: String
val originalPurchaseDate: Date?
val purchasedNonSubscriptionSkus: Set<String>
val requestDate: Date
val schemaVersion: Int
fun toString(): String
class PurchasesError
enum class PurchasesErrorCode
enum class Store
package com.revenuecat.purchases.models
package com.revenuecat.purchases.parceler