Interface IEnvironmentReporter
Namespace: LaunchDarkly.Sdk.EnvReporting
Assembly: LaunchDarkly.CommonSdk.dll
Syntax
public interface IEnvironmentReporter
Properties
ApplicationInfo
Declaration
ApplicationInfo? ApplicationInfo { get; }
Property Value
Type | Description |
---|---|
ApplicationInfo? |
DeviceInfo
Declaration
DeviceInfo? DeviceInfo { get; }
Property Value
Type | Description |
---|---|
DeviceInfo? |
Locale
Declaration
string Locale { get; }
Property Value
Type | Description |
---|---|
string |
OsInfo
Declaration
OsInfo? OsInfo { get; }
Property Value
Type | Description |
---|---|
OsInfo? |