Struct DeviceInfo
Inherited Members
Namespace: LaunchDarkly.Sdk.EnvReporting.LayerModels
Assembly: LaunchDarkly.CommonSdk.dll
Syntax
public readonly struct DeviceInfo
Constructors
DeviceInfo(string, string)
Declaration
public DeviceInfo(string manufacturer, string model)
Parameters
Type | Name | Description |
---|---|---|
string | manufacturer | |
string | model |
Properties
Manufacturer
Declaration
public string Manufacturer { get; }
Property Value
Type | Description |
---|---|
string |
Model
Declaration
public string Model { get; }
Property Value
Type | Description |
---|---|
string |