NavScreen

abstract class NavScreen

Base class for every screen in a NavEase navigation graph.

Extend this class and annotate the subclass with @NavEaseScreen so that the KSP processor can discover it and generate the route sealed class, screen factory, typed navigation/args extensions, and nav host.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun Content(navKey: NavKey, navEaseController: NavEaseController)

Composable entry point for this screen.