Class ReactiveFragmentActivity<TViewModel>
- Namespace
- ReactiveUI.AndroidX
- Assembly
- ReactiveUI.AndroidX.dll
This is an Activity that is both an Activity and has ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).
[RequiresDynamicCode("ReactiveFragmentActivity<T> inherits from ReactiveObject which uses extension methods that require dynamic code generation")]
[RequiresUnreferencedCode("ReactiveFragmentActivity<T> inherits from ReactiveObject which uses extension methods that may require unreferenced code")]
public class ReactiveFragmentActivity<TViewModel> : ReactiveFragmentActivity, IReactiveObject, INotifyPropertyChanged, INotifyPropertyChanging, IEnableLogger, IReactiveNotifyPropertyChanged<ReactiveFragmentActivity>, IHandleObservableErrors, IViewFor<TViewModel>, IViewFor, IActivatableView, ICanActivate where TViewModel : class
Type Parameters
TViewModelThe view model type.
- Inheritance
-
ReactiveFragmentActivity<TViewModel>
- Implements
-
IEnable
Logger IViewFor <TViewModel>
- Inherited Members
- Extension Methods
Constructors
ReactiveFragmentActivity()
Initializes a new instance of the ReactiveFragmentActivity<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