Interface OnSetUUIDListener


  • public interface OnSetUUIDListener
    An interface to listen to the operation of the initialisation of the TMD. The TMD needs to be initialised at least one time correctly to collect any data.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onFailure​(TmdError error)
      This function is called when the change of UUID was unsuccessful
      void onSuccess​(java.lang.String uuid)
      This function is called when the change was successful.
    • Method Detail

      • onFailure

        void onFailure​(TmdError error)
        This function is called when the change of UUID was unsuccessful
        Parameters:
        error - the error produced
      • onSuccess

        void onSuccess​(java.lang.String uuid)
        This function is called when the change was successful.
        Parameters:
        uuid - the set UUID.