Since: API Level 4
public static interface

TextToSpeech.OnUtteranceCompletedListener

android.speech.tts.TextToSpeech.OnUtteranceCompletedListener

Class Overview

Called when the TTS has completed saying something that has an utterance ID set. The OnUtteranceCompletedListener must implement the onUtteranceCompleted function. onUtteranceCompleted is passed a String that is the utteranceId given in the original speak call.

Summary

Public Methods
abstract void onUtteranceCompleted(String utteranceId)

Public Methods

public abstract void onUtteranceCompleted (String utteranceId)

Since: API Level 4