Class

DialogNavigator

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

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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