Custom

data class Custom constructor(val obj: Any? = null) : RouterOrigin

Can be used as a router origin of custom routes source, different from Offboard and Onboard.

Parameters

obj

is used to provide additional data with Custom router origin

Constructors

Link copied to clipboard
fun Custom()
Link copied to clipboard
fun Custom(obj: Any? = null)

Properties

Link copied to clipboard
val obj: Any? = null