Class LDPackageConsts

java.lang.Object
com.launchdarkly.sdk.android.LDPackageConsts

public class LDPackageConsts extends Object
Constants related to the SDK package
  • Field Details

    • SDK_NAME

      public static final String SDK_NAME
      Name of the SDK
      See Also:
    • SDK_PLATFORM_NAME

      public static final String SDK_PLATFORM_NAME
      Name of the platform this SDK is primarily for
      See Also:
    • SDK_CLIENT_NAME

      public static final String 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

      public static final String DEFAULT_LOGGER_NAME
      Name the logger will use to identify this SDK.
      See Also:
  • Constructor Details

    • LDPackageConsts

      public LDPackageConsts()