ResultOwner

sealed class ResultOwner<R>(source)

A base class for anything that exposes a Flow of results. Results will only be delivered to one collector at a time.

Inheritors

Properties

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.