sonic-android/docs/javadoc/com/tencent/sonic/sdk/SonicResourceDataHelper.ResourceData.html
com.tencent.sonic.sdk
java.lang.Object
public static classSonicResourceDataHelper.ResourceDataextends java.lang.Object
resource data structure
字段 | 限定符和类型 | 字段和说明 |
| --- | --- |
| long | expiredTime
Indicates when local resource cache is expired.
|
| java.lang.String | resourceSha1
The sha1 of resource
|
| long | resourceSize
The size of resource
|
构造器 | 构造器和说明 |
| --- |
| ResourceData() |
所有方法 实例方法 具体方法 | 限定符和类型 | 方法和说明 |
| --- | --- |
| void | reset()
Reset data
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public java.lang.String resourceSha1
The sha1 of resource
-
public long resourceSize
The size of resource
-
public long expiredTime
Indicates when local resource cache is expired. If It is expired, the record of database and file on SDCard will be removed.
-
public ResourceData()
-
public void reset()
Reset data