Interface AccountConnectorTabProvider


  • public interface AccountConnectorTabProvider

    A AccountConnectorTabProvider is used to provide a custom AccountConnectorTab.

    • Method Detail

      • getAccountConnectorTab

        AccountConnectorTab getAccountConnectorTab​(AccountConnectorTabViewContext accountConnectorTabViewContext)
        Parameters:
        accountConnectorTabViewContext - provides view context specific information for AccountConnectorTab
        Returns:
        the customized AccountConnectorTab or null if no AccountConnectorTab should be shown.