Package 

Class DataCustomChannelListener

    • 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
      • Methods inherited from class com.thingclips.smart.android.ble.api.DataChannelListener

        onFail
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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