Interface AccountConnectorTabProvider


public interface AccountConnectorTabProvider

A AccountConnectorTabProvider is used to provide a custom AccountConnectorTab.

  • Method Details

    • 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.