Skip to content

ReactiveUI.Builder namespace

Part of the ReactiveUI package.

TypeKindSummary
BuilderMixinsclassProvides extension methods for configuring and building ReactiveUI applications using a fluent builder pattern. These methods enable registration of views, view models, schedulers, converters, and platform-specific modules in a type-safe and AOT-compatible manner.
IReactiveUIBuilderinterfaceFluent builder that configures ReactiveUI platform services, registrations, and schedulers before building an application instance.
IReactiveUIInstanceinterfaceDefines an application instance that provides access to schedulers for UI and background operations in a reactive programming context.
ReactiveUIBuilderclassA builder class for configuring ReactiveUI services with AOT compatibility. Extends the Splat AppBuilder to provide ReactiveUI-specific configuration.
RxAppBuilderclassProvides static methods for configuring and initializing ReactiveUI using the builder pattern.