Package-level declarations

Types

Link copied to clipboard
abstract class Coordinator(initialRoute: IRoute, defaultTransition: IRouteTransition = DefaultTransition)

An abstraction of Router to protect against direct utilization of router methods. Coordinators act as the mediator between interactors and a router.

Link copied to clipboard

Used in the UI layer for observing and reacting to route changes without exposing route stack management.