Hierarchy

  • FDv2DataManagerBaseConfig

Properties

backgroundMode: undefined | FDv2ConnectionMode
baseHeaders: LDHeaders
buildQueryParams: ((identifyOptions?) => {
    key: string;
    value: string;
}[])

Type declaration

    • (identifyOptions?): {
          key: string;
          value: string;
      }[]
    • Parameters

      Returns {
          key: string;
          value: string;
      }[]

credential: string
emitter: LDEmitter
fallbackTimeoutMs?: number
fdv1Endpoints?: DataSourceEndpoints
flagManager: FlagManager
foregroundMode: FDv2ConnectionMode
modeTable: ModeTable
platform: Platform
recoveryTimeoutMs?: number
sourceFactoryProvider: SourceFactoryProvider
transitionTable: ModeResolutionTable

Generated using TypeDoc