ReactiveUI.Builder namespace¶
Part of the ReactiveUI package.
| Type | Kind | Summary |
|---|---|---|
| BuilderMixins | class | Provides 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. |
| IReactiveUIBuilder | interface | Fluent builder that configures ReactiveUI platform services, registrations, and schedulers before building an application instance. |
| IReactiveUIInstance | interface | Defines an application instance that provides access to schedulers for UI and background operations in a reactive programming context. |
| ReactiveUIBuilder | class | A builder class for configuring ReactiveUI services with AOT compatibility. Extends the Splat AppBuilder to provide ReactiveUI-specific configuration. |
| RxAppBuilder | class | Provides static methods for configuring and initializing ReactiveUI using the builder pattern. |