Android.Speech.Tts.TextToSpeech.Engine.IntentActionTtsService Field
Intent for starting a TTS service.

Syntax

[Android.Runtime.Register("INTENT_ACTION_TTS_SERVICE")]
public const string IntentActionTtsService

Remarks

Intent for starting a TTS service. Services that handle this intent must extend Android.Speech.Tts.TextToSpeechService. Normal applications should not use this intent directly, instead they should talk to the TTS service using the the methods in this class.

[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 14