ReactiveUI.Maui namespace¶
Part of the ReactiveUI.Maui package.
| Type | Kind | Summary |
|---|---|---|
| ActivationForViewFetcher | class | This class is the default implementation that determines when views are Activated and Deactivated. |
| AutoSuspendHelper | class | Helps manage .NET MAUI application lifecycle events. |
| BooleanToVisibilityTypeConverter | class | Converts Boolean to Visibility. |
| DisableAnimationAttribute | class | Attribute that disables animation for a view. |
| ReactiveCarouselView | class | This is an CarouselView that is also an [IViewFor](# |
| ReactiveContentPage | class | This is an ContentPage that is also an [IViewFor](# |
| ReactiveContentView | class | This is an ContentView that is also an [IViewFor](# |
| ReactiveEntryCell | class | This is an EntryCell that is also an [IViewFor](# |
| ReactiveFlyoutPage | class | Reactive Flyout Page. |
| ReactiveImageCell | class | This is an ImageCell that is also an [IViewFor](# |
| ReactiveImageItemView | class | A [ReactiveContentView](# that displays an image with text content similar to an ImageCell, but designed for use with CollectionView and DataTemplates. This serves as a modern replacement for ReactiveImageCell which relied on the deprecated ListView. |
| ReactiveMasterDetailPage | class | This is an MasterDetailPage that is also an [IViewFor](# |
| ReactiveMultiPage | class | This is an MultiPage that is also an [IViewFor](# |
| ReactiveNavigationPage | class | This is an NavigationPage that is also an [IViewFor](# |
| ReactivePage | class | A Page that is reactive. |
| ReactiveShell | class | ReactiveShell. |
| ReactiveShellContent | class | ReactiveShellContent. |
| ReactiveSwitchCell | class | This is a SwitchCell that is also an [IViewFor](# |
| ReactiveTabbedPage | class | This is a TabbedPage that is also an [IViewFor](# |
| ReactiveTextCell | class | This is an TextCell that is also an [IViewFor](# |
| ReactiveTextItemView | class | A [ReactiveContentView](# that displays text content similar to a TextCell, but designed for use with CollectionView and DataTemplates. This serves as a modern replacement for ReactiveTextCell which relied on the deprecated ListView. |
| ReactiveUserControl | class | A UserControl that is reactive. |
| ReactiveViewCell | class | This is an ViewCell that is also an [IViewFor](# |
| Registrations | class | The main registration for common classes for the Splat dependency injection. We have code that runs reflection through the different ReactiveUI classes searching for IWantsToRegisterStuff and will register all our required DI interfaces. The registered items in this classes are common for all Platforms. To get these registrations after the main ReactiveUI Initialization use the DependencyResolverMixins.InitializeReactiveUI() extension method. |
| Resource | class | Android Resource Designer class. Exposes the Android Resource designer assembly into the project Namespace. |
| RoutedViewHost | class | This is a NavigationPage that serves as a router. |
| RoutedViewHost | class | This is a generic NavigationPage that serves as a router with compile-time type safety. This version is fully AOT-compatible and does not use reflection-based view resolution. |
| ViewModelViewHost | class | This content view will automatically load and host the view for the given view model. The view model whose view is to be displayed should be assigned to the [ViewModel](# property. Optionally, the chosen view can be customized by specifying a contract via [ViewContractObservable](# or [ViewContract](# |
| ViewModelViewHost | class | This content view will automatically load and host the view for the given view model. The view model whose view is to be displayed should be assigned to the [ViewModel](# property. Optionally, the chosen view can be customized by specifying a contract via [ViewContractObservable](# or [ViewContract](# |
| VisibilityToBooleanTypeConverter | class | Converts Visibility to Boolean. |