Skip to content

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

NameSummary
PushingGets an observable sequence of pushing events.
PushedGets an observable sequence of pushed events.
PoppingGets an observable sequence of popping events.
PoppedGets an observable sequence of popped events.
PopupStackGets the popup stack.

Methods

NameSummary
PushPopupPush a pop up page to the stack.
PopPopupPop a pop up page.
PopAllPopupsPop all popups from the stack.
RemovePopupRemove Popup.