EntitlementInfo
This object gives you access to all of the information about the status of a user's entitlements.
Constructors
Properties
The date 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.
The expiration date for the entitlement, can be null
for lifetime access. If the periodType
is TRIAL
, this is the trial expiration date.
The entitlement identifier configured in the RevenueCat dashboard.
The latest purchase or renewal date for the entitlement.
The first date this entitlement was purchased.
The last period type this entitlement was in Either: NORMAL, INTRO or TRIAL.
The product identifier that unlocked this entitlement. For Google subscriptions, this is the subscription ID. For Amazon subscriptions, this is the termSku. For INAPP purchases, this is simply the productId.
The base plan identifier that unlocked this entitlement (Google only).
The underlying data.
The date an unsubscribe was detected. Can be null
. Note: Entitlement may still be active even if user has unsubscribed. Check the isActive
property.
If entitlement verification was enabled, the result of that verification. If not, VerificationResult.NOT_REQUESTED