Interface MessengerAccountConnectorTabProvider
public interface MessengerAccountConnectorTabProvider
A MessengerAccountConnectorTabProvider
is used to provide a custom MessengerAccountConnectorTab
.
- Since:
- 12.20
-
Method Summary
Modifier and TypeMethodDescriptiongetMessengerAccountConnectorTab
(MessengerAccountConnectorTabViewContext messengerAccountConnectorTabViewContext)
-
Method Details
-
getMessengerAccountConnectorTab
MessengerAccountConnectorTab getMessengerAccountConnectorTab(MessengerAccountConnectorTabViewContext messengerAccountConnectorTabViewContext) - Parameters:
messengerAccountConnectorTabViewContext
- provides view context specific information forMessengerAccountConnectorTab
- Returns:
- the customized
MessengerAccountConnectorTab
or null if noMessengerAccountConnectorTab
should be shown. - Since:
- 12.20
-