send

inline fun <I : MVIIntent> IntentReceiver<I>.send(first: I, vararg other: I)

Alias for IntentReceiver.intent for multiple intents

See also


inline fun <A : MVIAction> ActionReceiver<A>.send(first: A, vararg other: A)

Alias for ActionReceiver.send for multiple actions

See also


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