Package 

Interface IBlueMeshActivatorListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(DeviceBean devBean) Provisioning success.
      abstract void onFailure(String errorCode, String error) Provisioning failed.
      abstract void onStep(String step, Object satus) Status of the provisioning process.
      • Methods inherited from class java.lang.Object

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

      • onFailure

         abstract void onFailure(String errorCode, String error)

        Provisioning failed.

        Parameters:
        errorCode - Error code
        error - Error message
      • onStep

         abstract void onStep(String step, Object satus)

        Status of the provisioning process.

        Parameters:
        step - Step of provisoning process
        satus - Statu of current step