EntitlementInfo
data 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?, ownershipType: OwnershipType, jsonObject: JSONObject) : Parcelable, RawDataContainer<JSONObject>
Content copied to clipboard
This object gives you access to all of the information about the status of a user's entitlements.
Constructors
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?, ownershipType: OwnershipType, jsonObject: JSONObject)
Content copied to clipboard
Functions
Properties
Link copied to clipboard