Interface ConversationStarterHelper
-
- All Known Implementing Classes:
ConversationStarterHelperImpl
public interface ConversationStarterHelperThis 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 StringevaluateJoiningType(String subType, String joiningType)Method to evaluate the joining type of a conversationStringevaluatePermissionType(String subType)Method to evaluate the permission type based on the provided sub type
-