-
public final class EmptyReceiverKt
-
-
Method Summary
Modifier and Type Method Description final static <I extends MVIIntent> UnitEmptyReceiver(Function1<IntentReceiver<I>, Unit> call)An IntentReceiver that does nothing and ignores all intents. -
-
Method Detail
-
EmptyReceiver
@Composable() final static <I extends MVIIntent> Unit EmptyReceiver(Function1<IntentReceiver<I>, Unit> call)
An IntentReceiver that does nothing and ignores all intents. Most often used for Composable previews.
-
-
-
-