Navigo Router Factory
class NavigoRouterFactory(root: String?, useHash: Boolean, hash: String) : RouterFactory
Content copied to clipboard
A router factory for Navigo routing module.
Parameters
root
the root path of the application
useHash
whether to use hash based routing
hash
a string used as a hash marker
Constructors
NavigoRouterFactory
Link copied to clipboard
fun NavigoRouterFactory(root: String? = null, useHash: Boolean = true, hash: String = "#!")
Content copied to clipboard
the root path of the application
Functions
initRouter
Link copied to clipboard
open override fun initRouter()
Content copied to clipboard
shutdownRouter
Link copied to clipboard
open override fun shutdownRouter()
Content copied to clipboard