Interface BadgeMetadataListView

    • Method Detail

      • showBadgeMetadata

        void showBadgeMetadata​(java.util.List<Metadatum> metadata,
                               int totalEntries)
        Notifies the view to show Badge metadata
        Parameters:
        metadata - list of Metadatum to show
        totalEntries - total number of items
      • appendBadgeMetadata

        void appendBadgeMetadata​(java.util.List<Metadatum> metadata,
                                 int totalEntries)
        Notifies the view to show additional Badge metadata
        Parameters:
        metadata - list of Metadatum to show
        totalEntries - total number of items
      • showError

        void showError​(java.lang.String error)
        Call to API failed. Manage the error.
        Parameters:
        error - error message from the API.