ReactiveUI.XamForms namespace¶
Part of the ReactiveUI.XamForms package.
| Type | Kind | Summary |
|---|---|---|
| ActivationForViewFetcher | class | This class is the default implementation that determines when views are Activated and Deactivated. |
| AutoSuspendHelper | class | Helps manage Xamarin.Forms application lifecycle events. |
| DisableAnimationAttribute | class | Attribute that disables animation for a view. |
| ReactiveCarouselPage | class | This is an CarouselPage 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](# |
| 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](# |
| ReactiveShell | class | Reactive Shell. |
| ReactiveShellContent | class | ShellViewModel. |
| 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](# |
| 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. |
| RoutedViewHost | class | This is a NavigationPage that serves as a router. |
| 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](# |