ContainerHostWithExternalState
typealias ContainerHostWithExternalState<INTERNAL_STATE, EXTERNAL_STATE, SIDE_EFFECT> = OrbitContainerHost<INTERNAL_STATE, EXTERNAL_STATE, SIDE_EFFECT>(source)
Deprecated
Use OrbitContainerHost directly
Replace with
import org.orbitmvi.orbit.OrbitContainerHost
Content copied to clipboard
OrbitContainerHost<INTERNAL_STATE, EXTERNAL_STATE, SIDE_EFFECT>Content copied to clipboard
An OrbitContainerHost with distinct internal and external state types.