Enum DataSourceState
An enumeration of possible values for State.
Namespace: LaunchDarkly.Sdk.Client.Interfaces
Assembly: LaunchDarkly.ClientSdk.dll
Syntax
public enum DataSourceState
Fields
Name | Description |
---|---|
BackgroundDisabled | Indicates that the SDK is in background mode and background updating has been disabled. |
Initializing | The initial state of the data source when the SDK is being initialized. |
Interrupted | Indicates that the data source encountered an error that it will attempt to recover from. |
NetworkUnavailable | Indicates that the SDK is aware of a lack of network connectivity. |
SetOffline | Indicates that the application has told the SDK to stay offline. |
Shutdown | Indicates that the data source has been permanently shut down. |
Valid | Indicates that the data source is currently operational and has not had any problems since the last time it received data. |