# Print output for @column tags ?> TextToSpeech.OnInitListener - Android SDK | Android Developers

Most visited

Recently visited

TextToSpeech.OnInitListener

public static interface TextToSpeech.OnInitListener

android.speech.tts.TextToSpeech.OnInitListener


Interface definition of a callback to be invoked indicating the completion of the TextToSpeech engine initialization.

Summary

Public methods

abstract void onInit(int status)

Called to signal the completion of the TextToSpeech engine initialization.

Public methods

onInit

public abstract void onInit (int status)

Called to signal the completion of the TextToSpeech engine initialization.

Parameters
status int: TextToSpeech#SUCCESS or TextToSpeech#ERROR.