Class: LocalFeatureFlagService
Service class for managing feature flags
Extends
Constructors
Constructor
Copied to your clipboardnew LocalFeatureFlagService(_config): LocalFeatureFlagService;
Parameters
| Parameter | Type | Default value |
|---|---|---|
_config | DEFAULT_FEATURE_FLAG_CONFIG |
Returns
LocalFeatureFlagService
Overrides
FeatureFlagService.constructor
Methods
getFeatureFlagsParams()
Copied to your clipboardgetFeatureFlagsParams(intent,hostInfo,appConfig?): URLSearchParams;
Generates URL-encoded feature flag parameters for a specific client and intent
Parameters
| Parameter | Type |
|---|---|
intent | |
hostInfo | |
appConfig? | AppConfig |
Returns
URLSearchParams
Inherited from
FeatureFlagService.getFeatureFlagsParams
