TextToSpeech.Engine.IntentActionTtsService Field

Definition

Intent for starting a TTS service.

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

Field Value

Attributes

Remarks

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

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

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