KeenASR React Native Plugin (v2.2)
    Preparing search index...

    Function onAudioInterruptEnded

    • Subscribe to audio interrupt end events.

      Emitted when the audio session is restored after an interrupt. The recognizer returns to the RecognizerState.ReadyToListen state. You may call startListening again to resume recognition.

      Parameters

      • callback: () => void

        Called when an audio interrupt ends.

      Returns () => void

      A function that removes the listener when called.