Skip to content

IPopupNavigationMixins class

Defined in

Namespace: ReactiveUI.Maui.Plugins.Popup Assembly: ReactiveUI.Maui.Plugins.Popup.dll Full name: ReactiveUI.Maui.Plugins.Popup.IPopupNavigationMixins Modifiers: public static

Summary

View source

        IPopupNavigation Mixins.
        

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, net9.0-browserwasm1.0, net9.0-desktop1.0, net9.0-windows10.0.19041, netstandard2.1, net471

Methods

NameSummary
static PopAllPopupPops all popup pages from the popup navigation stack.
static PopPopupPops the topmost popup page from the navigation stack.
static PushPopupPushes a popup page onto the navigation stack.
static RemovePopupPageRemoves a specific popup page from the navigation stack.
static PoppingObservableObserves when a popup page is beginning to be popped from the navigation stack.
static PoppedObservableObserves when a popup page has been popped from the navigation stack.
static PushingObservableObserves when a popup page is beginning to be pushed onto the navigation stack.
static PushedObservableObserves when a popup page has been pushed onto the navigation stack.
Inherited members