EntitlementInfos

class EntitlementInfos(val all: Map<String, EntitlementInfo>, val verification: VerificationResult)

This class contains all the entitlements associated to the user.

Constructors

Link copied to clipboard
constructor(all: Map<String, EntitlementInfo>, verification: VerificationResult)

Properties

Link copied to clipboard

Dictionary of active EntitlementInfo objects keyed by entitlement identifier.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
operator fun get(s: String): EntitlementInfo?

Dictionary of active EntitlementInfo objects keyed by entitlement identifier.