Class: abstract FeatureFlagService
Abstract class for feature flag services
Extended by
Constructors
Constructor
Copied to your clipboardnew FeatureFlagService(): FeatureFlagService;
Returns
FeatureFlagService
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
