Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PurchasesEntitlementInfos

Contains all the entitlements associated to the user.

Hierarchy

  • PurchasesEntitlementInfos

Index

Properties

Readonly active

active: {}

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

Type declaration

Readonly activeInAnyEnvironment

activeInAnyEnvironment: {}

Dictionary of active EntitlementInfo objects keyed by their identifiers.

note:

these can be active on any environment.

Type declaration

Readonly activeInCurrentEnvironment

activeInCurrentEnvironment: {}

Dictionary of active EntitlementInfo objects keyed by their identifiers. @ Note: When queried from the sandbox environment, it only returns entitlements active in sandbox. When queried from production, this only returns entitlements active in production.

Type declaration

Readonly all

all: {}

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

Type declaration

Generated using TypeDoc