IPopupViewStackService interface¶
Defined in
Namespace: Sextant.Plugins.Popup
Assembly: Sextant.Plugins.Popup.dll
Full name: Sextant.Plugins.Popup.IPopupViewStackService
Modifiers: public abstract
Summary¶
Interface representing a Sextant decorator for IPopupNavigation.
Applies to
net8.0, net8.0-windows10.0.19041, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2
Class hierarchy
classDiagram
class IPopupViewStackService
class IParameterViewStackService {
<>
}
IParameterViewStackService <|.. IPopupViewStackService
class IViewStackService {
<>
}
IViewStackService <|.. IPopupViewStackService
Implements: IParameterViewStackService, IViewStackService
Properties¶
| Name | Summary |
|---|---|
| Pushing | Gets an observable sequence of pushing events. |
| Pushed | Gets an observable sequence of pushed events. |
| Popping | Gets an observable sequence of popping events. |
| Popped | Gets an observable sequence of popped events. |
| PopupStack | Gets the popup stack. |
Methods¶
| Name | Summary |
|---|---|
| PushPopup | Push a pop up page to the stack. |
| PopPopup | Pop a pop up page. |
| PopAllPopups | Pop all popups from the stack. |
| RemovePopup | Remove Popup. |