Uri
Types
Functions
Link copied to clipboard
open fun getBooleanQueryParameter(key: String, defaultValue: Boolean): Boolean
Content copied to clipboard
Searches the query string for the first value with the given key and interprets it as a boolean value. "false" and "0" are interpreted as false, everything else is interpreted as true.
Link copied to clipboard
Searches the query string for the first value with the given key.
Link copied to clipboard
Returns a set of the unique names of all query parameters. Iterating over the set will return the names in order of their first occurrence.
Link copied to clipboard
Searches the query string for parameter values with the given key.
Link copied to clipboard
Return an equivalent URI with a lowercase scheme component. This aligns the Uri with Android best practices for intent filtering.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard