RouterFactory

object RouterFactory

Provides components needed for base router capabilities.

Functions

buildNavigationRouterRefreshError
Link copied to clipboard
fun buildNavigationRouterRefreshError(message: String? = null, throwable: Throwable? = null, routerFailure: RouterFailure? = null): NavigationRouterRefreshError
Build a refresh error object needed for NavigationRouterRefreshCallback.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String