-
- All Implemented Interfaces:
-
com.thingclips.smart.android.ble.api.DataChannelListener
public abstract class DataCustomChannelListener implements DataChannelListener
-
-
Method Summary
Modifier and Type Method Description abstract void
onDataFinish(Map<String, Object> data)
数据传输完毕相关参数typedpsfileUrl abstract void
onProgress(int percent)
大数据通道新增百分比进度回调接口 void
onSuccess(String json)
Will return when the data is successfully received -
-
Method Detail
-
onDataFinish
abstract void onDataFinish(Map<String, Object> data)
数据传输完毕相关参数typedpsfileUrl
-
onProgress
abstract void onProgress(int percent)
大数据通道新增百分比进度回调接口
- Parameters:
percent
- 0-100
-
onSuccess
void onSuccess(String json)
Will return when the data is successfully received
- Parameters:
json
- the dps's json format
-
-
-
-