Uses of Class
com.flagsmith.models.BaseFlag
| Package | Description |
|---|---|
| com.flagsmith | |
| com.flagsmith.interfaces | |
| com.flagsmith.models |
-
Uses of BaseFlag in com.flagsmith
Methods in com.flagsmith that return BaseFlag Modifier and Type Method Description BaseFlagFlagsmithFlagDefaults. evaluateDefaultFlag(String flagName)evaluate the default feature flag.Method parameters in com.flagsmith with type arguments of type BaseFlag Modifier and Type Method Description voidFlagsmithFlagDefaults. setDefaultFlagValueFunc(@NonNull Function<String,BaseFlag> defaultFlagValueFunc)Set the evaluation function.FlagsmithClient.BuilderFlagsmithClient.Builder. setDefaultFlagValueFunction(@NonNull Function<String,BaseFlag> defaultFlagValueFunction)When a flag does not exist in Flagsmith or there is an error, the SDK will return null by default. -
Uses of BaseFlag in com.flagsmith.interfaces
Methods in com.flagsmith.interfaces that return BaseFlag Modifier and Type Method Description BaseFlagDefaultFlagHandler. evaluateDefaultFlag(String featureName)Method parameters in com.flagsmith.interfaces with type arguments of type BaseFlag Modifier and Type Method Description voidDefaultFlagHandler. setDefaultFlagValueFunc(@NonNull Function<String,BaseFlag> defaultFlagValueFunc) -
Uses of BaseFlag in com.flagsmith.models
Subclasses of BaseFlag in com.flagsmith.models Modifier and Type Class Description classDefaultFlagclassFlagMethods in com.flagsmith.models that return BaseFlag Modifier and Type Method Description BaseFlagFlags. getFlag(String featureName)Get the feature, null if not present.Methods in com.flagsmith.models that return types with arguments of type BaseFlag Modifier and Type Method Description List<BaseFlag>Flags. getAllFlags()returns the list of all flags.