-
public interface IThingActivator
Activation of operational interface class.
-
-
Method Summary
Modifier and Type Method Description abstract void
start()
Start activation. abstract void
stop()
Stop activation. abstract void
onDestroy()
Destroy. int
resumeAPConfigWifi(ApHandlerBean bean)
void
queryWifiList(ApHandlerBean bean, IThingResultCallback<List<WiFiInfoBean>> callback)
void
fetchDeviceLog(ApHandlerBean bean, IThingResultCallback<DeviceLogBean> callback)
void
reconnectTcp(IResultCallback callback)
-
-
Method Detail
-
start
abstract void start()
Start activation.
-
stop
abstract void stop()
Stop activation.
-
onDestroy
abstract void onDestroy()
Destroy.
It is recommended to call when the page is destroyed.
-
resumeAPConfigWifi
int resumeAPConfigWifi(ApHandlerBean bean)
-
queryWifiList
void queryWifiList(ApHandlerBean bean, IThingResultCallback<List<WiFiInfoBean>> callback)
-
fetchDeviceLog
void fetchDeviceLog(ApHandlerBean bean, IThingResultCallback<DeviceLogBean> callback)
-
reconnectTcp
void reconnectTcp(IResultCallback callback)
-
-
-
-