RCEntitlementInfos


@interface RCEntitlementInfos : NSObject

This class contains all the entitlements associated to the user.

  • all

    Dictionary of all EntitlementInfo (RCEntitlementInfo) objects (active and inactive) keyed by entitlement identifier. This dictionary can also be accessed by using an index subscript on EntitlementInfos, e.g. entitlementInfos[@"pro_entitlement_id"].

    Declaration

    Objective-C

    @property (readonly) NSDictionary<NSString *, RCEntitlementInfo *> *_Nonnull all;
  • Dictionary of active EntitlementInfo (RCEntitlementInfo) objects keyed by entitlement identifier.

    Declaration

    Objective-C

    @property (readonly) NSDictionary<NSString *, RCEntitlementInfo *> *_Nonnull active;