NavigatorPathFixHandle

abstract class NavigatorPathFixHandle

应用场景:用于修复客户端上路由 path 错误问题。 例如:相对路径转绝对路径,或由于服务端下发的链接无法固定https或http,但客户端代码写死了 https 的 path,就可以用这种方式统一。 注:必须在 TheRouter.build() 方法调用前添加处理器,否则处理器前的所有path不会被修改。

Constructors

NavigatorPathFixHandle
链接已复制到剪贴板
fun NavigatorPathFixHandle()

Functions

fix
链接已复制到剪贴板
abstract fun fix(path: String?): String?
watch
链接已复制到剪贴板
open fun watch(path: String?): Boolean

Properties

priority
链接已复制到剪贴板
open val priority: Int

数字越大,优先级越高