send

inline fun <I : MVIIntent> IntentReceiver<I>.send(vararg intents: I)

Alias for IntentReceiver.intent for multiple intents

See also


fun <I : MVIIntent> IntentReceiver<I>.send(intent: I)

Alias for IntentReceiver.intent


inline fun <A : MVIAction> ActionReceiver<A>.send(vararg actions: A)

Alias for ActionReceiver.send for multiple actions

See also


An alias for pro.respawn.flowmvi.api.IntentReceiver.send (LambdaIntent (block))