SharingCommand
A command emitted by SharingStarted implementations to control the sharing coroutine in the shareIn and stateIn operators.
Entries
STOP_AND_RESET_REPLAY_CACHE
Link copied to clipboard
Content copied to clipboard
Stops sharing, cancelling collection of the upstream flow, and resets the SharedFlow.replayCache to its initial state. The shareIn operator calls MutableSharedFlow.resetReplayCache; the stateIn operator resets the value to its original initialValue
.
Sources
common source
Link copied to clipboard