Navigation

interface Navigation

表示页面导航的接口.

Author

M8Test, [email protected], https://m8test.com

Inheritors

Functions

Link copied to clipboard
abstract fun getArguments(): List<Argument>

获取导航参数

Link copied to clipboard
abstract fun getBackground(): Background?

获取导航页面显示的背景

Link copied to clipboard
abstract fun getExamples(commandName: String): List<String>

获取命令使用示例

Link copied to clipboard
abstract fun getRoute(): String

获取路由名称