Package com.launchdarkly.sdk.android
Class LDPackageConsts
java.lang.Object
com.launchdarkly.sdk.android.LDPackageConsts
Constants related to the SDK package
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Name the logger will use to identify this SDK.static final String
Name that will be used for identifying this SDK when using a network client.static final String
Name of the SDKstatic final String
Name of the platform this SDK is primarily for -
Constructor Summary
-
Method Summary
-
Field Details
-
SDK_NAME
Name of the SDK- See Also:
-
SDK_PLATFORM_NAME
Name of the platform this SDK is primarily for- See Also:
-
SDK_CLIENT_NAME
Name that will be used for identifying this SDK when using a network client. An example would be the user agent in HTTP.- See Also:
-
DEFAULT_LOGGER_NAME
Name the logger will use to identify this SDK.- See Also:
-
-
Constructor Details
-
LDPackageConsts
public LDPackageConsts()
-