Skip to content

PopupViewStackServiceBase.PushPopup(IViewModel, string?, bool) method

Defined in

Type: PopupViewStackServiceBase Namespace: Sextant.Plugins.Popup Assembly: Sextant.Plugins.Popup.dll

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

Overloads

  • 1. public IObservable<Unit> PushPopup(IViewModel viewModel, string? contract = null, bool animate = true)
  • 2. public IObservable<Unit> PushPopup<TViewModel>(string? contract = null, bool animate = true) where TViewModel : IViewModel
  • 3. public IObservable<Unit> PushPopup(INavigable viewModel, INavigationParameter navigationParameter, string? contract = null, bool animate = true)
  • 4. public IObservable<Unit> PushPopup<TViewModel>(INavigationParameter navigationParameter, string? contract = null, bool animate = true) where TViewModel : INavigable

1. Overload

public IObservable<Unit> PushPopup(IViewModel viewModel, string? contract = null, bool animate = true)

View source

Inherited documentation

These docs were inherited from IPopupViewStackService. The member doesn't override them on this type.

Summary: Push a pop up page to the stack.

Parameters

NameTypeDescription
viewModel[IViewModel](#The view model.
contract = nullstring?The contract.
animate = trueboolAnimate the page.

Returns: IObservable -- A completion notification.

2. Overload

public IObservable<Unit> PushPopup<TViewModel>(string? contract = null, bool animate = true) where TViewModel : IViewModel

View source

Inherited documentation

These docs were inherited from IPopupViewStackService. The member doesn't override them on this type.

Summary: Push a pop up page to the stack.

Type parameters

NameDescription
TViewModelThe view model type.

Parameters

NameTypeDescription
contract = nullstring?The contract.
animate = trueboolAnimate the page.

Returns: IObservable -- A completion notification.

3. Overload

public IObservable<Unit> PushPopup(INavigable viewModel, INavigationParameter navigationParameter, string? contract = null, bool animate = true)

View source

Inherited documentation

These docs were inherited from IPopupViewStackService. The member doesn't override them on this type.

Summary: Push a pop up page to the stack.

Parameters

NameTypeDescription
viewModel[INavigable](#The view model.
navigationParameter[INavigationParameter](#The navigation parameter.
contract = nullstring?The contract.
animate = trueboolAnimate the page.

Returns: IObservable -- A completion notification.

4. Overload

public IObservable<Unit> PushPopup<TViewModel>(INavigationParameter navigationParameter, string? contract = null, bool animate = true) where TViewModel : INavigable

View source

Inherited documentation

These docs were inherited from IPopupViewStackService. The member doesn't override them on this type.

Summary: Push a pop up page to the stack.

Type parameters

NameDescription
TViewModelThe view model type.

Parameters

NameTypeDescription
navigationParameter[INavigationParameter](#The navigation parameter.
contract = nullstring?The contract.
animate = trueboolAnimate the page.

Returns: IObservable -- A completion notification.