Class EnvironmentReporterBuilder
Inheritance
EnvironmentReporterBuilder
Assembly: LaunchDarkly.CommonSdk.dll
Syntax
public sealed class EnvironmentReporterBuilder
Constructors
EnvironmentReporterBuilder()
Declaration
public EnvironmentReporterBuilder()
Methods
Build()
Declaration
public IEnvironmentReporter Build()
Returns
SetConfigLayer(Layer)
Declaration
public EnvironmentReporterBuilder SetConfigLayer(Layer config)
Parameters
Type |
Name |
Description |
Layer |
config |
|
Returns
Declaration
public EnvironmentReporterBuilder SetPlatformLayer(Layer platform)
Parameters
Type |
Name |
Description |
Layer |
platform |
|
Returns
SetSdkLayer(Layer)
Declaration
public EnvironmentReporterBuilder SetSdkLayer(Layer sdkLayer)
Parameters
Type |
Name |
Description |
Layer |
sdkLayer |
|
Returns