-
- All Implemented Interfaces:
public interface URIHandlerInterface for handling Android links
-
-
Method Summary
Modifier and Type Method Description abstract IntentgetURIDestination(String uri)Returns a destination of the given URI. -
-
Method Detail
-
getURIDestination
abstract Intent getURIDestination(String uri)
Returns a destination of the given URI.
- Parameters:
uri- the URI to open
-
-
-
-