NavigationResultRequest

Class that exposes a results that can be used to observe results for the given key.

See ResultOwner and NavEventNavigator.registerForNavigationResult.

Types

Link copied to clipboard
class Key<R : Parcelable> @InternalNavigationApi constructor(destinationId: DestinationId<*>, requestKey: String) : Parcelable

Use to identify where the result should be delivered to.

Properties

Link copied to clipboard
Link copied to clipboard
val results: Flow<R>

Functions

Link copied to clipboard

Deliver a new result to results. This method should be called by a NavEventNavigationHandler.