Skip to content

ReactiveDialogFragment class

Defined in

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

Summary

View source

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

Applies to

net10.0-android36.0

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

Inherits from: ReactiveDialogFragment

Implements: IViewFor, IViewFor, IActivatableView, ICanActivate

Constructors

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

Properties

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