@Implements(value=android.speech.tts.TextToSpeech.class)
public class ShadowTextToSpeech
extends java.lang.Object
| Constructor and Description |
|---|
ShadowTextToSpeech() |
| Modifier and Type | Method and Description |
|---|---|
void |
__constructor__(android.content.Context context,
android.speech.tts.TextToSpeech.OnInitListener listener) |
void |
clearLastSpokenText() |
android.content.Context |
getContext() |
java.lang.String |
getLastSpokenText() |
android.speech.tts.TextToSpeech.OnInitListener |
getOnInitListener() |
int |
getQueueMode() |
boolean |
isShutdown() |
void |
shutdown() |
int |
speak(java.lang.String text,
int queueMode,
java.util.HashMap<java.lang.String,java.lang.String> params) |
@Implementation
public void __constructor__(android.content.Context context,
android.speech.tts.TextToSpeech.OnInitListener listener)
@Implementation
public int speak(java.lang.String text,
int queueMode,
java.util.HashMap<java.lang.String,java.lang.String> params)
@Implementation public void shutdown()
public android.content.Context getContext()
public android.speech.tts.TextToSpeech.OnInitListener getOnInitListener()
public java.lang.String getLastSpokenText()
public void clearLastSpokenText()
public boolean isShutdown()
public int getQueueMode()