sonic-android/docs/javadoc/com/tencent/sonic/sdk/SonicConfig.html
com.tencent.sonic.sdk
java.lang.Object
public classSonicConfigextends java.lang.Object
Sonic global config
嵌套类 | 限定符和类型 | 类和说明 |
| --- | --- |
| static class | SonicConfig.Builder
Builder for SonicConfig
|
字段 | 限定符和类型 | 字段和说明 |
| --- | --- |
| int | SONIC_MAX_NUM_OF_DOWNLOADING_TASK
The max number of tasks which is downloading in the same time.
|
| boolean | VERIFY_CACHE_FILE_WITH_SHA1
Whether verify file by compare SHA1.
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public int SONIC_MAX_NUM_OF_DOWNLOADING_TASK
The max number of tasks which is downloading in the same time.
-
public boolean VERIFY_CACHE_FILE_WITH_SHA1
Whether verify file by compare SHA1. If this value is false, sonic will verify file by file's size. Verify the file size is less time consuming than checking SHA1.