Skip to content

ReactiveFragment class

Defined in

Namespace: ReactiveUI.AndroidX Assembly: ReactiveUI.AndroidX.dll Full name: ReactiveUI.AndroidX.ReactiveFragment<T> Modifiers: public

Summary

View source

        This is a Fragment that is both an Activity and has ReactiveObject powers
        (i.e. you can call RaiseAndSetIfChanged).
        

Applies to

net10.0-android36.0

Class hierarchy
classDiagram
class ReactiveFragment~T~
class ReactiveFragment
ReactiveFragment <|-- ReactiveFragment~T~
class IViewFor~TViewModel~ {
    <>
}
IViewFor~TViewModel~ <|.. ReactiveFragment~T~
class IViewFor {
    <>
}
IViewFor <|.. ReactiveFragment~T~
class IActivatableView {
    <>
}
IActivatableView <|.. ReactiveFragment~T~
class ICanActivate {
    <>
}
ICanActivate <|.. ReactiveFragment~T~

Inherits from: ReactiveFragment

Implements: IViewFor, IViewFor, IActivatableView, ICanActivate

Constructors

NameSummary
.ctorInitializes a new instance of the [ReactiveFragment](# class.

Properties

NameSummary
ViewModelGets or sets the strongly typed view model. Override this property to integrate with the platform's binding system.
Inherited members