Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
Added in API level 4
Deprecated since API level 18
public static interface

TextToSpeech.OnUtteranceCompletedListener

android.speech.tts.TextToSpeech.OnUtteranceCompletedListener

This interface was deprecated in API level 18.
Use UtteranceProgressListener instead.

Class Overview

Listener that will be called when the TTS service has completed synthesizing an utterance. This is only called if the utterance has an utterance ID (see KEY_PARAM_UTTERANCE_ID ).

Summary

Public Methods
abstract void onUtteranceCompleted ( String utteranceId)
Called when an utterance has been synthesized.

Public Methods

public abstract void onUtteranceCompleted ( String utteranceId)

Added in API level 4

Called when an utterance has been synthesized.

Parameters
utteranceId the identifier of the utterance.