Interface AuthorTooltipCustomizerProvider

    • Method Detail

      • addTooltipCustomizer

        void addTooltipCustomizer​(AuthorTooltipCustomizer tooltipCustomizer)
        Add a tooltip customizer. The customizer can be used to customize the description shown when hovering the Author page.
        Parameters:
        tooltipCustomizer - The tooltip customizer.
      • removeTooltipCustomizer

        void removeTooltipCustomizer​(AuthorTooltipCustomizer tooltipCustomizer)
        Remove a tooltip customizer.
        Parameters:
        tooltipCustomizer - The tooltip customizer.