Skip to content

ActivationForViewFetcher class

Defined in

Namespace: ReactiveUI.Reactive.Maui Assembly: ReactiveUI.Maui.Reactive.dll Full name: ReactiveUI.Reactive.Maui.ActivationForViewFetcher Modifiers: public

Summary

View source

This class is the default implementation that determines when views are Activated and Deactivated.

Applies to

net10.0, net10.0-android36.0, net10.0-ios26.0, net10.0-macos26.0, net10.0-windows10.0.19041, net10.0-browserwasm1.0, net10.0-desktop1.0, net10.0-maccatalyst26.0, net10.0-tvos26.0, net9.0-desktop1.0, 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