EntitlementInfos

class EntitlementInfos(all: Map<String, EntitlementInfo>) : Parcelable

This class contains all the entitlements associated to the user.

Constructors

EntitlementInfos
Link copied to clipboard
fun EntitlementInfos(all: Map<String, EntitlementInfo>)

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
get
Link copied to clipboard
operator fun get(s: String): EntitlementInfo?
Retrieves an specific entitlementInfo by its entitlement identifier.
hashCode
Link copied to clipboard
open override fun hashCode(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

active
Link copied to clipboard
val active: Map<String, EntitlementInfo>
Dictionary of active EntitlementInfo objects keyed by entitlement identifier.
all
Link copied to clipboard
val all: Map<String, EntitlementInfo>
Map of all EntitlementInfo EntitlementInfo objects (active and inactive) keyed by entitlement identifier.