Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clayallsopp/routable-android
/ types & classes
Types & classes
9 in github.com/clayallsopp/routable-android
⨍
Functions
45
◇
Types & classes
9
Class
ContextNotProvided
Thrown if no context has been found.
src/com/usepropeller/routable/Router.java:508
Class
RouteContext
The class supplied to custom callbacks to describe the route route
src/com/usepropeller/routable/Router.java:66
Class
RouteNotFoundException
Thrown if a given route is not found.
src/com/usepropeller/routable/Router.java:497
Class
Router
src/com/usepropeller/routable/Router.java:44
Class
RouterActivity
src/com/usepropeller/routable/RouterActivity.java:8
Class
RouterCallback
The class used when you want to map a function (given in `run`) to a Router URL.
src/com/usepropeller/routable/Router.java:59
Class
RouterOptions
The class used to determine behavior when opening a URL. If you want to extend Routable to handle things like transition animations or fragments, this
src/com/usepropeller/routable/Router.java:98
Class
RouterParams
src/com/usepropeller/routable/Router.java:145
Class
RouterTest
RoutableTestTest/src/com/usepropeller/routable/test/RouterTest.java:14