Interface DashboardPopup.RemoveElement

Enclosing class:
DashboardPopup

public static interface DashboardPopup.RemoveElement
SAM type lambda for removing DashboardElement
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be overrided to remove the DashboardElement the lambda is passed to
  • Method Details

    • remove

      void remove()
      This method should be overrided to remove the DashboardElement the lambda is passed to