Package 

Interface IThingDevActivatorListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onError(String errorCode, String errorMsg) Activating error callback.
      abstract void onActiveSuccess(DeviceBean devResp) Activation success callback.
      • Methods inherited from class java.lang.Object

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

      • onError

         abstract void onError(String errorCode, String errorMsg)

        Activating error callback.

        Parameters:
        errorCode - Error code.
        errorMsg - Error message.
      • onActiveSuccess

         abstract void onActiveSuccess(DeviceBean devResp)

        Activation success callback.

        Parameters:
        devResp - Device information.