Interface PurchasesEntitlementInfos

Contains all the entitlements associated to the user.

interface PurchasesEntitlementInfos {
    active: {
        [key: string]: PurchasesEntitlementInfo;
    };
    all: {
        [key: string]: PurchasesEntitlementInfo;
    };
    verification: VERIFICATION_RESULT;
}

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