fragmentParameter

fun Uri.fragmentParameter(name: String, value: String?): Uri(source)


fun Request.fragmentParameter(name: String): String?(source)

Retrieves the first fragment parameter value with this name.


fun Request.fragmentParameter(name: String, value: String?): Request(source)

(Copy &) Adds a query value with this name.