Package 

Interface IThingActivator

    • Method Summary

      Modifier and Type Method Description
      abstract void start()
      abstract void stop()
      abstract void onDestroy()
      int resumeAPConfigWifi(ApHandlerBean bean)
      void >)>queryWifiList(ApHandlerBean bean, IThingResultCallback<List<WiFiInfoBean>> callback)
      void )>fetchDeviceLog(ApHandlerBean bean, IThingResultCallback<DeviceLogBean> callback)
      void reconnectTcp(IResultCallback callback)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • start

         abstract void start()
      • stop

         abstract void stop()
      • queryWifiList

         void >)>queryWifiList(ApHandlerBean bean, IThingResultCallback<List<WiFiInfoBean>> callback)
      • fetchDeviceLog

         void )>fetchDeviceLog(ApHandlerBean bean, IThingResultCallback<DeviceLogBean> callback)