Class ReactiveFragment<TViewModel>
- Namespace
- ReactiveUI.AndroidX
- Assembly
- ReactiveUI.AndroidX.dll
This is a Fragment that is both an Activity and has ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).
[RequiresDynamicCode("ReactiveFragment uses methods that require dynamic code generation")]
[RequiresUnreferencedCode("ReactiveFragment uses methods that may require unreferenced code")]
public class ReactiveFragment<TViewModel> : ReactiveFragment, IReactiveNotifyPropertyChanged<ReactiveFragment>, IReactiveObject, INotifyPropertyChanged, INotifyPropertyChanging, IEnableLogger, IHandleObservableErrors, IViewFor<TViewModel>, IViewFor, IActivatableView, ICanActivate where TViewModel : class
Type Parameters
TViewModelThe view model type.
- Inheritance
-
ReactiveFragment<TViewModel>
- Implements
-
IEnable
Logger IViewFor <TViewModel>
- Inherited Members
- Extension Methods
Constructors
ReactiveFragment()
Initializes a new instance of the ReactiveFragment<TViewModel> class.
Properties
ViewModel
Gets or sets the strongly typed view model. Override this property to integrate with the platform's binding system.
Property Value
- TView
Model