@Deprecated public final class IntentsConfig extends Object
Configuration options for the Intents library.
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEBUG_LOG_ENABLED
Deprecated.
Not used.
|
static boolean |
LOG_ENABLED
Deprecated.
Not used.
|
@Deprecated public static boolean LOG_ENABLED
Flag indicating whether the verbose output for the Intents library trough log-cat is enabled or not.
Log.v(String, String)@Deprecated public static boolean DEBUG_LOG_ENABLED
Flag indicating whether the debug output for the Intents library trough log-cat is enabled or not.
Log.d(String, String)