Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b598e181 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a comment mentioning that errors might be unbundled, to improve...

Merge "Add a comment mentioning that errors might be unbundled, to improve backwards compatibility story." into sc-dev
parents 4f6232fa 818ace5f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -62,7 +62,8 @@ public interface RecognitionListener {
    /**
     * A network or recognition error occurred.
     * 
     * @param error code is defined in {@link SpeechRecognizer}
     * @param error code is defined in {@link SpeechRecognizer}. Implementations need to handle any
     *              integer error constant to be passed here beyond constants prefixed with ERROR_.
     */
    void onError(@SpeechRecognizer.RecognitionError int error);