StringDecoderModule

@Module
abstract class StringDecoderModule

Dagger module providing bindings for StringDecoder implementations.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Binds
abstract fun bindStringDecoder(uriDecoder: UriDecoder): StringDecoder

Binds the provided UriDecoder instance as the implementation for StringDecoder.