Interface MessengerAccountConnectorTabProvider


public interface MessengerAccountConnectorTabProvider

A MessengerAccountConnectorTabProvider is used to provide a custom MessengerAccountConnectorTab.

Since:
12.20
  • Method Details

    • getMessengerAccountConnectorTab

      MessengerAccountConnectorTab getMessengerAccountConnectorTab(MessengerAccountConnectorTabViewContext messengerAccountConnectorTabViewContext)
      Parameters:
      messengerAccountConnectorTabViewContext - provides view context specific information for MessengerAccountConnectorTab
      Returns:
      the customized MessengerAccountConnectorTab or null if no MessengerAccountConnectorTab should be shown.
      Since:
      12.20