Interface MessengerAccountConnectorTabViewContext
-
- All Superinterfaces:
UserProvider
,ViewContext
public interface MessengerAccountConnectorTabViewContext extends ViewContext
A
MessengerAccountConnectorTabViewContext
provides aMessengerAccountModifier
which is used to change the subjacentMessengerAccount
.- Since:
- 12.20
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessengerAccountModifier
getMessengerAccountModifier()
-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
-
-
-
Method Detail
-
getMessengerAccountModifier
MessengerAccountModifier getMessengerAccountModifier()
- Returns:
- the
MessengerAccountModifier
to make persistent changes on itsMessengerAccount
- Since:
- 12.20
-
-