Struct DeviceInfo
An object that encapsulates application metadata.
Inherited Members
Namespace: LaunchDarkly.Sdk.EnvReporting.LayerModels
Assembly: LaunchDarkly.CommonSdk.dll
Syntax
public readonly struct DeviceInfo
Constructors
DeviceInfo(string, string)
Constructs a new DeviceInfo instance.
Declaration
public DeviceInfo(string manufacturer, string model)
Parameters
Type | Name | Description |
---|---|---|
string | manufacturer | the manufacturer. |
string | model | the model. |
Properties
Manufacturer
The device's manufacturer.
Declaration
public string Manufacturer { get; }
Property Value
Type | Description |
---|---|
string |
Model
The device's model.
Declaration
public string Model { get; }
Property Value
Type | Description |
---|---|
string |