- scheme
- of the URI
- ssp
- scheme-specific-part, everything between the scheme separator (':') and the fragment separator ('#'), which will get encoded
- fragment
- fragment, everything after the '#', null if undefined, will get encoded
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NullPointerException if scheme or ssp is null
Creates an opaque Uri from the given components. Encodes the ssp which means this method cannot be used to create hierarchical URIs.