Class

DialogNavigator

Navigator that navigates through Composables that will be hosted within a Dialog.

Source set: Common
@Navigator.Name("dialog")
public class DialogNavigator() : Navigator<Destination>(NAME)

Navigator that navigates through Composables that will be hosted within a Dialog. Every destination using this Navigator must set a valid Composable by setting it directly on an instantiated Destination or calling dialog.

Companion Object

Last updated: