Uri
Types
Functions
Constructs a new builder, copying the attributes from this Uri.
Compares this Uri to another object for equality. Returns true if the encoded string representations of this Uri and the given Uri are equal. Case counts. Paths are not normalized. If one Uri specifies a default port explicitly and the other leaves it implicit, they will not be considered equal.
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.
Searches the query string for the first value with the given key.
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.
Searches the query string for parameter values with the given key.
Return an equivalent URI with a lowercase scheme component. This aligns the Uri with Android best practices for intent filtering.