Interface IEnvironmentReporter
An IEnvironmentReporter is able to report various attributes of the environment in which the application is running. If a property is null, it means the reporter was unable to determine the value.
Namespace: LaunchDarkly.Sdk.EnvReporting
Assembly: LaunchDarkly.CommonSdk.dll
Syntax
public interface IEnvironmentReporter
Properties
ApplicationInfo
Declaration
ApplicationInfo? ApplicationInfo { get; }
Property Value
Type | Description |
---|---|
ApplicationInfo? | the ApplicationInfo for the application environment |
DeviceInfo
Declaration
DeviceInfo? DeviceInfo { get; }
Property Value
Type | Description |
---|---|
DeviceInfo? | the DeviceInfo for the application environment |
Locale
Declaration
string Locale { get; }
Property Value
Type | Description |
---|---|
string | the locale for the application environment in the format languagecode2-country/regioncode2 |
OsInfo
Declaration
OsInfo? OsInfo { get; }
Property Value
Type | Description |
---|---|
OsInfo? | the OsInfo for the application environment |