Abstract
Optional
diagnosticsManager: DiagnosticsManagerOptional
Private
Optional
_connectionPrivate
Readonly
_dataProtected
Readonly
baseProtected
Readonly
configProtected
Optional
contextProtected
Readonly
credentialProtected
Readonly
dataProtected
Optional
Readonly
diagnosticsProtected
Readonly
emitterProtected
Readonly
flagProtected
Readonly
getProtected
Readonly
getProtected
Readonly
loggerProtected
Readonly
platformProtected
Optional
updatePrivate
_decorateProtected
createProtected
createOptional
identifyResolve: (() => void)Optional
Protected
createAbstract
identifyCalled to reject the identify operation.
Called to complete the identify operation.
The context being identified.
Optional
identifyOptions: LDIdentifyOptionsOptions for identification.
Optional
Protected
setSet additional connection parameters for requests polling/streaming.
Optional
connectionParams: ConnectionParamsOptional
Generated using TypeDoc
This function handles the data management aspects of the identification process.
Implementation Note: The identifyResolve and identifyReject function resolve or reject the identify function at LDClient level. It is likely in individual implementations that these functions will be passed to other components, such as a datasource, do indicate when the identify process has been completed. The data manager identify function should return once everything has been set in motion to complete the identification process.