Entitlement Info
class 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?) : Parcelable
Content copied to clipboard
This object gives you access to all of the information about the status of a user's entitlements.
Constructors
EntitlementInfo
Link copied to clipboard
fun 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?)
Content copied to clipboard
Functions
Properties
billingIssueDetectedAt
Link copied to clipboard
expirationDate
Link copied to clipboard
identifier
Link copied to clipboard
latestPurchaseDate
Link copied to clipboard
originalPurchaseDate
Link copied to clipboard
periodType
Link copied to clipboard
productIdentifier
Link copied to clipboard
unsubscribeDetectedAt
Link copied to clipboard