public final class JNaviCoreConfig
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static boolean |
AOCOS_ANDROID
Use for AOCOS
|
static boolean |
DEBUG
The current mode, DEBUG or RELEASE(not DEBUG).
|
static java.lang.String |
DEFAULT_TAG
Default tag for debugging log.
|
static java.lang.String |
LIBRARY
Library name of JNaviCore.
|
static boolean |
NEED_AUTH
Whether verify the authorization or not.
|
static boolean |
NO_AUTH
For OBD2
|
static boolean |
RECORD_GPS
If `RECORD_GPS` is true, the GPSManager will create a log file to record all the original GPS information from DEVICE.
|
static boolean |
RECORD_WGET
Catch all the exceptions of WGet and log them to file.
|
static boolean |
SELECT_HOST
Support select host by `ping`
|
static java.lang.String |
STATISTIC_TAG
TAG for Statistics time
|
static boolean |
STATISTIC_TIME
Statistics time
if set true, the init time of main module will be print in Log |
static boolean |
USE_AUTH_DECRYPT
Support decrypt or not.
|
static boolean |
USE_IMEI_FIRSTLY
Use IMEI firstly.
|
static boolean |
USE_IMEI_ONLY
Only use IMEI,
|
static boolean |
USE_NEW_WGET_POLICY
Use new policy for WGet callback for cache.
|
static boolean |
USE_OLD_SYNCHRONIZE_POLICY
Use the old policy of synchronization between GLThread and MainThread
|
static boolean |
USE_SDCARDS_ID
Regard SDCard ID as the identify
|
构造器和说明 |
---|
JNaviCoreConfig() |
public static final boolean DEBUG
public static final boolean RECORD_GPS
public static final boolean NEED_AUTH
public static final boolean RECORD_WGET
public static final java.lang.String DEFAULT_TAG
public static final boolean AOCOS_ANDROID
public static final java.lang.String LIBRARY
public static final boolean SELECT_HOST
public static final boolean STATISTIC_TIME
public static final java.lang.String STATISTIC_TAG
public static final boolean NO_AUTH
public static final boolean USE_OLD_SYNCHRONIZE_POLICY
public static final boolean USE_SDCARDS_ID
public static final boolean USE_IMEI_ONLY
public static final boolean USE_IMEI_FIRSTLY
public static final boolean USE_NEW_WGET_POLICY
public static final boolean USE_AUTH_DECRYPT
©Mapbar Engine Team;All Rights Reserved