Package com.therouter.history

Types

ActionNavigatorHistory
Link copied to clipboard
class ActionNavigatorHistory(event: String) : History
ActivityNavigatorHistory
Link copied to clipboard
class ActivityNavigatorHistory(event: String) : History
FlowTaskHistory
Link copied to clipboard
class FlowTaskHistory(event: String) : History
FragmentNavigatorHistory
Link copied to clipboard
class FragmentNavigatorHistory(event: String) : History
History
Link copied to clipboard
interface History
Level
Link copied to clipboard
open class Level
ServiceProviderHistory
Link copied to clipboard
class ServiceProviderHistory(event: String) : History

Functions

export
Link copied to clipboard
fun export(level: Level): List<String>

导出路由的全部记录

pushHistory
Link copied to clipboard
fun pushHistory(event: History): History?

Properties

HISTORY_LOG_MAX_SIZE
Link copied to clipboard
var HISTORY_LOG_MAX_SIZE: Int = 30