Schnittstelle NavigationView.OnPopped

Umschließende Klasse:
NavigationView
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface NavigationView.OnPopped
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Emitted after @page has been popped from the navigation stack.
  • Methodendetails

    • onPopped

      void onPopped(@Nonnull NavigationPage page)
      Emitted after @page has been popped from the navigation stack.

      See [method@NavigationView.pop].

      When using [method@NavigationView.pop_to_page] or
      [method@NavigationView.pop_to_tag], this signal is emitted for each of the
      popped pages.
      Parameter:
      page - the popped page