MRouter

object MRouter

路由库的本体

Functions

Link copied to clipboard
fun register(block: Register.() -> Unit)

注册

Link copied to clipboard
Link copied to clipboard
fun route(route: String, block: RouteBuilder.() -> Unit = {})

在compose外部(各个平台)使用该方法可路由到对应页面,但无法路由到对应页面的对应面板/局部(panel)中。

Link copied to clipboard
fun MRouter.setRootViewController(rootViewController: UIViewController)

设置ViewController,只有设置了根ViewController才能从compose跳转到对应的VC上。