Package-level declarations

Properties

Link copied to clipboard
val <Error class: unknown class>.allExpirationInstants: Map<String, Instant?>

Map of productIds to expiration instants.

Link copied to clipboard
val <Error class: unknown class>.allPurchaseInstants: Map<String, Instant?>

Map of productIds to purchase instants.

Link copied to clipboard
val <Error class: unknown class>.billingIssueDetectedAtInstant: Instant?

The instant a billing issue was detected. Can be null if there is no billing issue or an issue has been resolved. Note: Entitlement may still be active even if there is a billing issue. Check the isActive property.

Link copied to clipboard
val <Error class: unknown class>.expirationInstant: Instant?

The expiration instant for the entitlement, can be null for lifetime access. If the periodType is PeriodType.TRIAL, this is the trial expiration instant.

Link copied to clipboard
val <Error class: unknown class>.firstSeenInstant: Instant

The instant this user was first seen in RevenueCat.

Link copied to clipboard
val <Error class: unknown class>.latestExpirationInstant: Instant?

The latest expiration instant of all purchased productIds.

Link copied to clipboard
val <Error class: unknown class>.latestPurchaseInstant: Instant?

Nullable on iOS only not on Android. The latest purchase or renewal instant for the entitlement.

Link copied to clipboard
val <Error class: unknown class>.originalPurchaseInstant: Instant?

The purchase instant for the version of the application when the user bought the app. Use this for grandfathering users when migrating to subscriptions. This can be null, see Purchases.restorePurchases.

val <Error class: unknown class>.originalPurchaseInstant: Instant?

Nullable on iOS only not on Android. The first instant this entitlement was purchased.

Link copied to clipboard
val <Error class: unknown class>.purchaseInstant: Instant

The purchase instant.

Link copied to clipboard
val <Error class: unknown class>.requestInstant: Instant

The instant when this info was requested.

Link copied to clipboard
val <Error class: unknown class>.unsubscribeDetectedAtInstant: Instant?

The instant an unsubscribe was detected. Can be null.