public static interface TextToSpeech.OnInitListener
Modifier and Type | Method and Description |
---|---|
void |
onInit(int status)
Called to signal the completion of the TextToSpeech engine initialization.
|
void onInit(int status)
status
- TextToSpeech.SUCCESS
or TextToSpeech.ERROR
.