Configuration Class |
Namespace: LaunchDarkly.Xamarin
The Configuration type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllAttributesPrivate |
Whether or not user attributes (other than the key) should be private (not sent to
the LaunchDarkly server).
|
![]() | BackgroundPollingInterval |
The interval between feature flag updates when the application is running in the background.
|
![]() | BaseUri |
The base URI of the LaunchDarkly server.
|
![]() | ConnectionTimeout |
The connection timeout to the LaunchDarkly server.
|
![]() | EnableBackgroundUpdating |
Whether to enable feature flag updates when the application is running in the background.
|
![]() | EvaluationReasons |
True if LaunchDarkly should provide additional information about how flag values were
calculated.
|
![]() | EventCapacity |
The capacity of the event buffer.
|
![]() | EventFlushInterval |
The time between flushes of the event buffer.
|
![]() | EventsUri |
The base URL of the LaunchDarkly analytics event server.
|
![]() | HttpMessageHandler |
The object to be used for sending HTTP requests, if a specific implementation is desired.
|
![]() | InlineUsersInEvents |
Sets whether to include full user details in every analytics event.
|
![]() | IsStreamingEnabled |
Whether or not the streaming API should be used to receive flag updates.
|
![]() | MobileKey |
The key for your LaunchDarkly environment.
|
![]() | Offline |
Whether or not this client is offline. If , no calls to LaunchDarkly will be made.
|
![]() | PersistFlagValues |
Whether the SDK should save flag values for each user in persistent storage, so they will be
immediately available the next time the SDK is started for the same user.
|
![]() | PollingInterval |
The polling interval (when streaming is disabled).
|
![]() | PrivateAttributeNames |
Attribute names that have been marked as private for all users.
|
![]() | ReadTimeout |
The timeout when reading data from the streaming connection.
|
![]() | ReconnectTime |
The reconnect base time for the streaming connection.
|
![]() | StreamUri |
The base URL of the LaunchDarkly streaming server.
|
![]() | UserKeysCapacity |
The number of user keys that the event processor can remember at any one time.
|
![]() | UserKeysFlushInterval |
The interval at which the event processor will reset its set of known user keys.
|
Name | Description | |
---|---|---|
![]() ![]() ![]() | Builder(String) |
Creates an IConfigurationBuilder for constructing a configuration object using a fluent syntax.
|
![]() ![]() | Builder(Configuration) |
Creates an IConfigurationBuilder starting with the properties of an existing Configuration.
|
![]() ![]() | Default |
Creates a configuration with all parameters set to the default.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | DefaultPollingInterval |
Default value for PollingInterval.
|
![]() ![]() | MinimumPollingInterval |
Minimum value for PollingInterval.
|