add


Description:

public void add (NavigationPage page)

Permanently adds page to this.

Any page that has been added will stay in this even after being popped from the navigation stack.

Adding a page while no page is visible will automatically push it to the navigation stack.

See [method@NavigationView.remove].

Parameters:

this

a navigation view

page

the page to add