Back to Vassonic

SonicDiffDataCallback (sdk 3.0.0 API)

sonic-android/docs/javadoc/com/tencent/sonic/sdk/SonicDiffDataCallback.html

3.1.12.4 KB
Original Source

跳过导航链接

com.tencent.sonic.sdk

接口 SonicDiffDataCallback


public interfaceSonicDiffDataCallback

This interface is used to call the difference data between local and server data to the client.

方法概要

所有方法 实例方法 抽象方法 | 限定符和类型 | 方法和说明 | | --- | --- | | void | callback(java.lang.String resultData) Called when sonic processes the local data and the server data. |

方法详细资料

- 

callback

void callback(java.lang.String resultData)

Called when sonic processes the local data and the server data. When the page requests the latest data, sonic will send the latest data to page by this method. 参数:resultData - The result to page.

跳过导航链接