Package 

Interface IBlueMeshCreateCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onError(String errorCode, String errorMsg) Create mesh failed.
      abstract void onSuccess(BlueMeshBean buleMeshBean) Create mesh success
      • 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)

        Create mesh failed.

        Parameters:
        errorCode - Error code
        errorMsg - Error message