-
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()@Deprecated(message = android-compose module is redundant, because new "compose" module has been made which supports Compose Multiplatform. Please just replace android-compose with just "compose" and change the package name to "pro.respawn.flowmvi.compose" ) 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.
-
-
-
-