The background connection mode, if any.
Platform-specific function to build query params for each identify call.
Browser returns [{ key: 'auth', value: credential }] + optional hash.
Mobile returns [] (uses Authorization header instead).
Optional identifyOptions: LDIdentifyOptionsOptional Optional fallbackFallback condition timeout in ms (default 120s).
Optional fdv1FDv1 endpoint factory for fallback. When provided, a blocked FDv1
polling synchronizer slot is automatically appended to every data
source. It is activated when an FDv2 response includes the
x-ld-fd-fallback header.
Browser: browserFdv1Endpoints(clientSideId)
Mobile: mobileFdv1Endpoints()
The configured foreground connection mode. Use resolveForegroundMode to derive.
The mode table mapping modes to data source definitions.
Optional recoveryRecovery condition timeout in ms (default 300s).
Provider that converts DataSourceEntry descriptors to concrete factories.
Mode resolution table for this platform.
Generated using TypeDoc
Configuration for creating an FDv2DataManagerControl.