Android.Speech.Tts.TextToSpeech.Engine.ActionInstallTtsData Field
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.

Syntax

[Android.Runtime.Register("ACTION_INSTALL_TTS_DATA")]
public const string ActionInstallTtsData

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 Android.Speech.Tts.TextToSpeech.Engine.ActionCheckTtsData.

[Android Documentation]

Requirements

Namespace: Android.Speech.Tts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4