UriDecoder

class UriDecoder @Inject constructor : StringDecoder

Implementation of StringDecoder that uses Android's Uri.decode method for decoding strings.

Constructors

Link copied to clipboard
@Inject
constructor()

Creates a UriDecoder instance.

Functions

Link copied to clipboard
open override fun decodeString(encodedString: String): String

Decodes an encoded string using Android's Uri.decode method.