Method TextToSpeechCancelMessages
TextToSpeechCancelMessages(TextToSpeechMessageType)
Cancels all text-to-speech messages of a particular TextToSpeechMessageType type (ongoing and enqueued).
Declaration
void TextToSpeechCancelMessages(TextToSpeechMessageType messageType)
Parameters
Type | Name | Description |
---|---|---|
TextToSpeechMessageType | messageType | The type of messages that you'd like to cancel or have removed from the text-to-speech system's queue. |