ReactivePreferenceFragment class¶
Defined in
Namespace: ReactiveUI.AndroidX
Assembly: ReactiveUI.AndroidX.dll
Full name: ReactiveUI.AndroidX.ReactivePreferenceFragment
Modifiers: public abstract
Summary¶
This is a PreferenceFragment 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 ReactivePreferenceFragment
class PreferenceFragmentCompat
PreferenceFragmentCompat <|-- ReactivePreferenceFragment
class IReactiveNotifyPropertyChanged~ReactivePreferenceFragment~ {
<>
}
IReactiveNotifyPropertyChanged~ReactivePreferenceFragment~ <|.. ReactivePreferenceFragment
class IReactiveObject {
<>
}
IReactiveObject <|.. ReactivePreferenceFragment
class INotifyPropertyChanged {
<>
}
INotifyPropertyChanged <|.. ReactivePreferenceFragment
class INotifyPropertyChanging {
<>
}
INotifyPropertyChanging <|.. ReactivePreferenceFragment
class IEnableLogger {
<>
}
IEnableLogger <|.. ReactivePreferenceFragment
class IHandleObservableErrors {
<>
}
IHandleObservableErrors <|.. ReactivePreferenceFragment
Inherits from: PreferenceFragmentCompat
Implements: IReactiveNotifyPropertyChanged
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [ReactivePreferenceFragment](# class. |
Properties¶
| Name | Summary |
|---|---|
| Changing | Gets an observable that fires before a property is about to be changed. Note that this should not fire duplicate change notifications if a property is set to the same... |
| Changed | Gets an Observable that fires after a property has changed. Note that this should not fire duplicate change notifications if a property is set to the same value multiple... |
| ThrownExceptions | Gets a observable which will fire whenever an exception would normally terminate ReactiveUI internal state. |
| Activated | Gets a signal when the fragment is activated. |
| Deactivated | Gets a signal when the fragment is deactivated. |
Methods¶
| Name | Summary |
|---|---|
| SuppressChangeNotifications | When this method is called, an object will not fire change notifications (neither traditional nor Observable notifications) until the return value is disposed. |
| OnPause | |
| OnResume | |
| Dispose |
Events¶
| Name | Summary |
|---|---|
| PropertyChanging | |
| PropertyChanged |