-
@Stable() public interface ConsumerScope<I extends MVIIntent, A extends MVIAction>
-
-
Method Summary
-
-
Method Detail
-
sendAction
Unit sendAction(I $self)
-
consume
abstract Unit consume(SuspendFunction2<CoroutineScope, A, Unit> onAction)
Collect MVIActions that come from the Store. Should only be called once per screen.
-
-
-
-