Skip to content

Instantly share code, notes, and snippets.

@hamadycisse
Last active November 17, 2019 18:30
Show Gist options
  • Save hamadycisse/8e32c8aa918f53fbd33e81db1e7a6522 to your computer and use it in GitHub Desktop.
Save hamadycisse/8e32c8aa918f53fbd33e81db1e7a6522 to your computer and use it in GitHub Desktop.
@Module
abstract class TextToSpeechModule {
@Binds
@UserScope
abstract fun bindsSpeechNotifier(textToSpeechNotificationManager: TextToSpeechNotificationManager): Notifier
@Binds
@UserScope
abstract fun bindsTextToSpeechTextSynthetizer(androidTextToSpeechSynthesizer: AndroidTextToSpeechSynthesizer): TextToSpeechSynthesizer
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment