Manager for handling Links. Useful for handling deeplinks
Builder for creating a LinksManager
Convert the query parameters of a url into T and return it. When the given url is invalid, it returns null.
Convert an incoming Uri query into T and return it. When the given url is invalid, it returns null.
Convert an incoming URL query into T and return it. When the given url is invalid, it returns null.
Check a url and returns it if valid, otherwise it returns null.
Check a Uri and returns it if valid, otherwise it returns null.
Check a URL and returns it if valid, otherwise it returns null.