EntitlementInfos

This class contains all the entitlements associated to the user.

Constructors

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

Functions

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

Retrieves an specific entitlementInfo by its entitlement identifier. It's equivalent to accessing the all map by entitlement identifier.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

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