Custom

data class Custom @JvmOverloads() constructor(obj: Any?) : RouterOrigin

Can be used as a router origin of custom routes source, different from Offboard and Onboard. The SDK doesn't operate with obj, it might be used to spread any additional data.

Parameters

obj

is used to provide additional data with Custom router origin

Constructors

Custom
Link copied to clipboard
fun Custom(obj: Any? = null)
is used to provide additional data with Custom router origin

Functions

component1
Link copied to clipboard
operator fun component1(): Any?
copy
Link copied to clipboard
fun copy(obj: Any? = null): RouterOrigin.Custom
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

obj
Link copied to clipboard
val obj: Any? = null
is used to provide additional data with Custom router origin