Skip to content

ActivationForViewFetcher class

Defined in

Namespace: ReactiveUI.WinUI Assembly: ReactiveUI.WinUI.dll Full name: ReactiveUI.WinUI.ActivationForViewFetcher Modifiers: public

Summary

View source

        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

NameSummary
.ctor

Methods

NameSummary
GetAffinityForViewDetermines 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 ...
GetActivationForViewGets a Observable which will activate the View. This is called after the GetAffinityForView method.
Inherited members

See also