TextToSpeechFactory

Factory class to create a Text-to-Speech instance.

Functions

Link copied to clipboard
expect suspend fun create(): Result<TextToSpeechInstance>
Link copied to clipboard
expect suspend fun createOrNull(): TextToSpeechInstance?
Link copied to clipboard
expect suspend fun createOrThrow(): TextToSpeechInstance

Properties

Link copied to clipboard
Link copied to clipboard
expect val isSupported: Boolean