Interface PurchasesEntitlementInfos

Contains all the entitlements associated to the user.

Hierarchy

  • PurchasesEntitlementInfos

Properties

Properties

active: {
    [key: string]: PurchasesEntitlementInfo;
}

Map of active EntitlementInfo (PurchasesEntitlementInfo) objects keyed by entitlement identifier.

Type declaration

all: {
    [key: string]: PurchasesEntitlementInfo;
}

Map of all EntitlementInfo (PurchasesEntitlementInfo) objects (active and inactive) keyed by entitlement identifier.

Type declaration

verification: VERIFICATION_RESULT

If entitlement verification was enabled, the result of that verification. If not, VerificationResult.NOT_REQUESTED

Generated using TypeDoc