diff --git a/lexactivator/src/main/java/com/cryptlex/android/lexactivator/FeatureEntitlement.java b/lexactivator/src/main/java/com/cryptlex/android/lexactivator/FeatureEntitlement.java index e00f7a0..33475d1 100644 --- a/lexactivator/src/main/java/com/cryptlex/android/lexactivator/FeatureEntitlement.java +++ b/lexactivator/src/main/java/com/cryptlex/android/lexactivator/FeatureEntitlement.java @@ -11,10 +11,17 @@ public class FeatureEntitlement { public String featureDisplayName; /** - * The value of the feature. + * Effective value of the feature. Contains the overridden value if set at the license level; + * otherwise, the entitlement set value. */ public String value; + /** + * Default value of the feature defined in the entitlement set; empty for features not inherited + * from an entitlement set. + */ + public String baseValue; + /** * Timestamp when the license feature entitlement will expire. */