Last active
November 17, 2019 18:30
-
-
Save hamadycisse/8e32c8aa918f53fbd33e81db1e7a6522 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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