Package 

Interface IThingDeviceUpgradeStatusExtCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onStatusUpgrade(String devId, int otaStatus) Notify after upgrade status changes, old api may cause NPE crash.
      abstract void onStatusChange(String devId, int otaStatus) notify when device upgrade status change.
      • Methods inherited from class com.thingclips.smart.home.sdk.callback.IThingDeviceUpgradeStatusCallback

        onStatusUpgrade
      • Methods inherited from class java.lang.Object

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

      • onStatusUpgrade

         abstract void onStatusUpgrade(String devId, int otaStatus)

        Notify after upgrade status changes, old api may cause NPE crash.

        Parameters:
        devId - device ID
        otaStatus - upgrade status
      • onStatusChange

         abstract void onStatusChange(String devId, int otaStatus)

        notify when device upgrade status change.