matchRoute

fun matchRoute(url: String?): IRoute?

Returns an IRoute if the passed in url matches a deep link stored in the trie

Parameters

url

The URL to match against. matchRoute only matches against the path. The passed in scheme, host, .etc of the URL is ignored