You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: stubs and fixes for Shosetsu
This commit is contained in:
@@ -20,9 +20,17 @@ public class TextToSpeech {
|
||||
return ERROR;
|
||||
}
|
||||
|
||||
public int setOnUtteranceProgressListener(UtteranceProgressListener listener) {
|
||||
return ERROR;
|
||||
}
|
||||
|
||||
public void shutdown() {
|
||||
}
|
||||
|
||||
public int stop() {
|
||||
return ERROR;
|
||||
}
|
||||
|
||||
public static interface OnInitListener {
|
||||
abstract void onInit(int status);
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
package android.speech.tts;
|
||||
|
||||
public class UtteranceProgressListener {
|
||||
}
|
||||
Reference in New Issue
Block a user