Package 

Interface IThingBroadbandConfigListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onError(String errorCode, String errorMsg) config connect type error callback.
      abstract void onSuccess(RouterConfigData data) connect type 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)

        config connect type error callback.

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