ActivationForViewFetcher class¶
Defined in
Namespace: ReactiveUI.WinUI
Assembly: ReactiveUI.WinUI.dll
Full name: ReactiveUI.WinUI.ActivationForViewFetcher
Modifiers: public
Summary¶
This class is the default implementation that determines when views are Activated and Deactivated.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041
Class hierarchy
classDiagram
class ActivationForViewFetcher
class IActivationForViewFetcher {
<>
}
IActivationForViewFetcher <|.. ActivationForViewFetcher
Implements: IActivationForViewFetcher
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| GetAffinityForView | Determines the priority that the Activation View Fetcher will be able to process the view type. 0 means it cannot activate the View, value larger than 0 ... |
| GetActivationForView | Gets a Observable which will activate the View. This is called after the GetAffinityForView method. |