emit

inline suspend fun <I : MVIIntent> Container<*, I, *>.emit(first: I, vararg other: I)

Alias for Store.emit


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

Alias for IntentReceiver.emit for multiple intents

See also


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

Alias for ActionReceiver.action for multiple actions

See also


suspend fun <S : MVIState, A : MVIAction> IntentReceiver<LambdaIntent<S, A>>.emit(block: suspend PipelineContext<S, LambdaIntent<S, A>, A>.() -> Unit)

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