public final class DeeplinkAuthLibConstants extends Object
LevelUpDeepLinkIntegrator
.Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG
Determines whether the library is debuggable.
|
static boolean |
PROGUARDED
Allows the application to determine whether ProGuard has been applied to this library.
|
public static final boolean PROGUARDED
public static final boolean DEBUG
PROGUARDED
which typically correlates with debug/release build flavors. This is a
temporary replacement for BuildConfig.DEBUG
in
order to avoid
this AOSP bug. This
bug causes all library projects to be built in release mode even when the application is
built in debug mode.