Uses of Class
com.flagsmith.models.BaseFlag
Packages that use BaseFlag
-
Uses of BaseFlag in com.flagsmith
Methods in com.flagsmith that return BaseFlagModifier and TypeMethodDescriptionFlagsmithFlagDefaults.evaluateDefaultFlag(String flagName) evaluate the default feature flag.Method parameters in com.flagsmith with type arguments of type BaseFlagModifier and TypeMethodDescriptionvoidFlagsmithFlagDefaults.setDefaultFlagValueFunc(@NonNull Function<String, BaseFlag> defaultFlagValueFunc) Set the evaluation function.FlagsmithClient.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 BaseFlagMethod parameters in com.flagsmith.interfaces with type arguments of type BaseFlagModifier and TypeMethodDescriptionvoidDefaultFlagHandler.setDefaultFlagValueFunc(@NonNull Function<String, BaseFlag> defaultFlagValueFunc) -
Uses of BaseFlag in com.flagsmith.models
Subclasses of BaseFlag in com.flagsmith.modelsMethods in com.flagsmith.models that return BaseFlagModifier and TypeMethodDescriptionGet the feature, null if not present.Methods in com.flagsmith.models that return types with arguments of type BaseFlag