Uri

class Uri

A uniform resource locator (https://www.w3.org/Addressing/URL/url-spec.html).

Properties

Link copied to clipboard
Link copied to clipboard

Returns the URI's Uri.path formatted according to the URI's native Uri.separator.

Link copied to clipboard
Link copied to clipboard
val path: String?
Link copied to clipboard

Return the separate segments of the Uri.path.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String