TextToSpeech.Engine.ActionInstallTtsData Field

Definition

Activity Action: Triggers the platform TextToSpeech engine to start the activity that installs the resource files on the device that are required for TTS to be operational.

[Android.Runtime.Register("ACTION_INSTALL_TTS_DATA")]
public const string ActionInstallTtsData;
[<Android.Runtime.Register("ACTION_INSTALL_TTS_DATA")>]
val mutable ActionInstallTtsData : string

Field Value

Attributes

Remarks

Activity Action: Triggers the platform TextToSpeech engine to start the activity that installs the resource files on the device that are required for TTS to be operational. Since the installation of the data can be interrupted or declined by the user, the application shouldn't expect successful installation upon return from that intent, and if need be, should check installation status with #ACTION_CHECK_TTS_DATA.

Java documentation for android.speech.tts.TextToSpeech.Engine.ACTION_INSTALL_TTS_DATA.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to