to top
Android APIs
Added in API level 4
public static interface

TextToSpeech.OnUtteranceCompletedListener

android.speech.tts.TextToSpeech.OnUtteranceCompletedListener

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

? Examples
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.
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.