Interface ConversationStarterHelper
-
- All Known Implementing Classes:
ConversationStarterHelperImpl
public interface ConversationStarterHelper
This interface supports strategy methods around the starting and initialization of a conversation like initializing data like types of a new conversation as well as searching for reusable, existing conversations when trying to start a new one. to initialize tags on newly created conversations.- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
evaluateJoiningType(String subType, String joiningType)
Method to evaluate the joining type of a conversationString
evaluatePermissionType(String subType)
Method to evaluate the permission type based on the provided sub type
-