PlatformLinksHandler

Android implementation of LinksHandler

iOS implementation of LinksHandler

Platform specific implementation of LinksHandler

Implementation of LinksHandler for the JS family, backed by the WHATWG URL parser.

Constructors

Link copied to clipboard
constructor()
constructor()
expect constructor()
actual constructor()

Functions

Link copied to clipboard
actual open override fun extractQueryAsMap(url: String): Map<String, List<String>>

Processes the query parameters of a url string into a list

actual open override fun extractQueryAsMap(url: String): Map<String, List<String>>

Processes the query parameters of a url string into a list

expect open override fun extractQueryAsMap(url: String): Map<String, List<String>>

Processes the query parameters of a url string into a list

actual open override fun extractQueryAsMap(url: String): Map<String, List<String>>

Processes the query parameters of a url string into a list

Link copied to clipboard
actual open override fun isValid(url: String): Boolean

Checks if a url string is valid

actual open override fun isValid(url: String): Boolean

Checks if a url string is valid

expect open override fun isValid(url: String): Boolean

Checks if a url string is valid

actual open override fun isValid(url: String): Boolean

Checks if a url string is valid