Package 

Interface IDynamicDiscoveryListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onFound(ThingMatterDiscovery discovery)
      abstract void onError(String errorCode, String errorMsg)
      • Methods inherited from class java.lang.Object

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

      • onFound

         abstract void onFound(ThingMatterDiscovery discovery)
      • onError

         abstract void onError(String errorCode, String errorMsg)