OrbitContainerHost
Apply this interface to anything you want to become an orbit container host. Typically this will be an Android ViewModel but it can be applied to simple presenters etc.
Extension functions intent and orbit are provided as a convenient way of launching orbit intents on the container.
Parameters
The container's internal state type.
The container's external (exposed) state type. When the same as INTERNAL_STATE, the container exposes its internal state directly.
The type of side effects posted by this container. Can be Nothing if this container never posts side effects.
Properties
The orbit OrbitContainer instance.
Functions
Build and execute an intent on OrbitContainer in a blocking manner, without dispatching.
Build and execute an intent on OrbitContainer.
Used for parallel decomposition or subdivision of a larger intent into smaller parts.