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¶
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¶
| Name | Summary |
|---|---|
| static PopAllPopup | Pops all popup pages from the popup navigation stack. |
| static PopPopup | Pops the topmost popup page from the navigation stack. |
| static PushPopup | Pushes a popup page onto the navigation stack. |
| static RemovePopupPage | Removes a specific popup page from the navigation stack. |
| static PoppingObservable | Observes when a popup page is beginning to be popped from the navigation stack. |
| static PoppedObservable | Observes when a popup page has been popped from the navigation stack. |
| static PushingObservable | Observes when a popup page is beginning to be pushed onto the navigation stack. |
| static PushedObservable | Observes when a popup page has been pushed onto the navigation stack. |