public static interface TextToSpeech.OnInitListener
| android.speech.tts.TextToSpeech.OnInitListener |
要调用的回调的接口定义,指示TextToSpeech引擎初始化的完成。
公共方法(Public methods) |
|
|---|---|
abstract void |
onInit(int status) 被调用来表示TextToSpeech引擎初始化的完成。 |
void onInit (int status)
被调用来表示TextToSpeech引擎初始化的完成。
| 参数(Parameters) | |
|---|---|
status |
int: SUCCESS or ERROR. |