NavigationEventDispatcherOwnerFactory

Added in 1.14.0-alpha01

public final class NavigationEventDispatcherOwnerFactory


Summary

Public methods

static final @NonNull NavigationEventDispatcherOwner
create(@NonNull OnBackPressedDispatcher onBackPressedDispatcher)

Creates a NavigationEventDispatcherOwner directly backed by the provided OnBackPressedDispatcher.

static final @NonNull NavigationEventDispatcherOwner
create(
    @NonNull OnBackPressedDispatcherOwner onBackPressedDispatcherOwner
)

Creates a NavigationEventDispatcherOwner directly backed by the provided OnBackPressedDispatcherOwner.

Public methods

public static final @NonNull NavigationEventDispatcherOwner create(@NonNull OnBackPressedDispatcher onBackPressedDispatcher)

Creates a NavigationEventDispatcherOwner directly backed by the provided OnBackPressedDispatcher.

public static final @NonNull NavigationEventDispatcherOwner create(
    @NonNull OnBackPressedDispatcherOwner onBackPressedDispatcherOwner
)

Creates a NavigationEventDispatcherOwner directly backed by the provided OnBackPressedDispatcherOwner.