Package 

Interface OnLEAudioStatusListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onLEAudioStartSpeech(String devId, ThingLEAudioStartArgs startArgs)
      abstract void onLEAudioProvideSpeech(String devId, ThingLEAudioProvideArgs provideArgs)
      abstract void onReceiveAudioData(String devId, ThingLEAudioDataArgs audioDataArgs)
      abstract void onLEAudioStopSpeech(String devId, String dialogId)
      abstract void onLEAudioEndpointSpeech(String devId, String dialogId)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait