Package com.leia.sdk
Class BuildConfig
- java.lang.Object
-
- com.leia.sdk.BuildConfig
-
public final class BuildConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BUILD_TYPE
static boolean
DEBUG
static String
LEIASDK_SO
static String
LIBRARY_PACKAGE_NAME
static String
SDK_VERSION
-
Constructor Summary
Constructors Constructor Description BuildConfig()
-
-
-
Field Detail
-
DEBUG
public static final boolean DEBUG
- See Also:
- Constant Field Values
-
LIBRARY_PACKAGE_NAME
public static final String LIBRARY_PACKAGE_NAME
- See Also:
- Constant Field Values
-
BUILD_TYPE
public static final String BUILD_TYPE
- See Also:
- Constant Field Values
-
LEIASDK_SO
public static final String LEIASDK_SO
- See Also:
- Constant Field Values
-
SDK_VERSION
public static final String SDK_VERSION
- See Also:
- Constant Field Values
-
-